#AE30C0

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

Shades of Dark Orchid #AE30C0

Tints of Dark Orchid #AE30C0

Color information

#AE30C0 (or 0xAE30C0) is unknown color: approx Dark Orchid. HEX triplet: AE, 30 and C0. RGB value is (174,48,192). Sum of RGB (Red+Green+Blue) = 174+48+192=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 192 (75.39% from 255 or 46.38% from 414); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE30C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE30C0 is #51CF3F. Grayscale: #656565. Windows color (decimal): -5361472 or 12595374. OLE color: 12595374.

HSL color Cylindrical-coordinate representation of color #AE30C0: hue angle of 292.5º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE30C0 is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17448192-
CMYK0.090.7500.25
HSL292.5º60%47.06%-
HSV(B)292.5º75%75.29%-
XYZ28.0314.9251.27-
YUV102.09178.74179.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.03%
GREEN value IS 48 (19.14% from 255) = 11.59%
BLUE value IS 192 (75.39% from 255) = 46.38%
R=42.03%
G=11.59%
B=46.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174481920.090.7500.25292.56047.06
HexAE30C094B0191243c2f
Octal25660300111130314447457
Binary101011101100001100000010011001011011001100100100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE30C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE30C0; }

 p { color: rgb(174,48,192); }

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

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

 a { background-color: rgb(174,48,192); }

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

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

 span { border-color: rgb(174,48,192); }

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