Html Css Color HEX #AE4EEF Medium Orchid

📋 copy color: '#AE4EEF'

red 174 ◦ green 78 ◦ blue 239

#AE4EEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #AE4EEF

Tints of Medium Orchid #AE4EEF

RGB

 RED value IS 174 (68.36% from 255) = 35.44%

 GREEN value IS 78 (30.86% from 255) = 15.89%

 BLUE value IS 239 (93.75% from 255) = 48.68%

R = 35.44%
G = 15.89%
B = 48.68%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AE4EEF (or 0xAE4EEF) is known color: Medium Orchid. HEX triplet: AE, 4E and EF. RGB value is (174,78,239). Sum of RGB (Red+Green+Blue) = 174+78+239=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 78 (30.86% from 255 or 15.89% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #AE4EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE4EEF is #51B110. Grayscale: #7C7C7C. Windows color (decimal): -5353745 or 15683246. OLE color: 15683246.

HSL color Cylindrical-coordinate representation of color #AE4EEF: hue angle of 275.78º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE4EEF is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 78 239 -
CMYK 0.27 0.67 0 0.06
HSL 275.78º 0.83% 0.62% -
HSV(B) 275.78º 0.67% 0.94% -
XYZ 35.76 20.68 83.77 -
YUV 125.06 192.3 162.91 -
System Red Green Blue C M Y K H S L
Decimal 174 78 239 0.27 0.67 0 0.06 275.78 0.83 0.62
Hex AE 4E EF 1B 43 0 6 114 53 3E
Octal 256 116 357 33 103 0 6 424 123 76
Binary 10101110 1001110 11101111 11011 1000011 0 110 100010100 1010011 111110

Color Harmonies of #AE4EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4EEF

Black with #AE4EEF

Text Example


Text Example

White with #AE4EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4EEF; }

 p { color: rgb(174,78,239); }

 H1.HeaderClassName
 {
   color: #AE4EEF;
 }
 .AnyTagClassName
 {
   color: #AE4EEF;
 }
</style>

background-color css

<style>
 a { background-color: #AE4EEF; }

 a { background-color: rgb(174,78,239); }

 div.DivClassName
 {
   background-color: #AE4EEF;
 }
 .BgClassName
 {
   background-color: #AE4EEF;
 }
</style>

border-color css

<style>
 span { border-color: #AE4EEF; }

 span { border-color: rgb(174,78,239); }

 td.TdClassName
 {
   border-color: #AE4EEF;
 }
 .TagClassName
 {
   border-color: #AE4EEF;
 }
</style>