#AE24CB

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

Shades of Dark Orchid #AE24CB

Tints of Dark Orchid #AE24CB

Color information

#AE24CB (or 0xAE24CB) is unknown color: approx Dark Orchid. HEX triplet: AE, 24 and CB. RGB value is (174,36,203). Sum of RGB (Red+Green+Blue) = 174+36+203=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 36 (14.45% from 255 or 8.72% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE24CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE24CB is #51DB34. Grayscale: #5F5F5F. Windows color (decimal): -5364533 or 13313198. OLE color: 13313198.

HSL color Cylindrical-coordinate representation of color #AE24CB: hue angle of 289.58º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE24CB is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17436203-
CMYK0.140.8200.20
HSL289.58º69.87%46.86%-
HSV(B)289.58º82.27%79.61%-
XYZ28.8714.5757.79-
YUV96.3188.22183.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.13%
GREEN value IS 36 (14.45% from 255) = 8.72%
BLUE value IS 203 (79.69% from 255) = 49.15%
R=42.13%
G=8.72%
B=49.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal174362030.140.8200.20289.5869.8746.86
HexAE24CBE52014122462f
Octal256443131612202444210657
Binary1010111010010011001011111010100100101001001000101000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE24CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE24CB; }

 p { color: rgb(174,36,203); }

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

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

 a { background-color: rgb(174,36,203); }

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

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

 span { border-color: rgb(174,36,203); }

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