Html Css Color HEX #AE66CE Medium Orchid

📋 copy color: '#AE66CE'

red 174 ◦ green 102 ◦ blue 206

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

Shades of Medium Orchid #AE66CE

Tints of Medium Orchid #AE66CE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.16%

 BLUE value IS 206 (80.86% from 255) = 42.74%

R = 36.1%
G = 21.16%
B = 42.74%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE66CE (or 0xAE66CE) is known color: Medium Orchid. HEX triplet: AE, 66 and CE. RGB value is (174,102,206). Sum of RGB (Red+Green+Blue) = 174+102+206=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE66CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE66CE is #519931. Grayscale: #878787. Windows color (decimal): -5347634 or 13526702. OLE color: 13526702.

HSL color Cylindrical-coordinate representation of color #AE66CE: hue angle of 281.54º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE66CE is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 102 206 -
CMYK 0.16 0.50 0 0.19
HSL 281.54º 0.51% 0.6% -
HSV(B) 281.54º 0.5% 0.81% -
XYZ 33.35 22.96 61.07 -
YUV 135.38 167.85 155.54 -
System Red Green Blue C M Y K H S L
Decimal 174 102 206 0.16 0.50 0 0.19 281.54 0.51 0.6
Hex AE 66 CE 10 32 0 13 11A 33 3C
Octal 256 146 316 20 62 0 23 432 63 74
Binary 10101110 1100110 11001110 10000 110010 0 10011 100011010 110011 111100

Color Harmonies of #AE66CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE66CE

Black with #AE66CE

Text Example


Text Example

White with #AE66CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE66CE; }

 p { color: rgb(174,102,206); }

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

background-color css

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

 a { background-color: rgb(174,102,206); }

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

border-color css

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

 span { border-color: rgb(174,102,206); }

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