#AE64DB

Color #AE64DB Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #AE64DB

Tints of Medium Orchid #AE64DB

Color information

#AE64DB (or 0xAE64DB) is unknown color: approx Medium Orchid. HEX triplet: AE, 64 and DB. RGB value is (174,100,219). Sum of RGB (Red+Green+Blue) = 174+100+219=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 100 (39.45% from 255 or 20.28% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE64DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE64DB is #519B24. Grayscale: #878787. Windows color (decimal): -5348133 or 14378158. OLE color: 14378158.

HSL color Cylindrical-coordinate representation of color #AE64DB: hue angle of 277.31º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AE64DB is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB174100219-
CMYK0.210.5400.14
HSL277.31º62.3%62.55%-
HSV(B)277.31º54.34%85.88%-
XYZ34.823.2369.67-
YUV135.69175.02155.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.29%
GREEN value IS 100 (39.45% from 255) = 20.28%
BLUE value IS 219 (85.94% from 255) = 44.42%
R=35.29%
G=20.28%
B=44.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1741002190.210.5400.14277.3162.362.55
HexAE64DB15360E1153e3f
Octal25614433325660164257677
Binary101011101100100110110111010111011001110100010101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE64DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE64DB; }

 p { color: rgb(174,100,219); }

 H1.HeaderClassName
 {
   color: #AE64DB;
 }
 .AnyTagClassName
 {
   color: #AE64DB;
 }
</style>
background-color css

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

 a { background-color: rgb(174,100,219); }

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

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

 span { border-color: rgb(174,100,219); }

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