#AE3CC0

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

Shades of Dark Orchid #AE3CC0

Tints of Dark Orchid #AE3CC0

Color information

#AE3CC0 (or 0xAE3CC0) is unknown color: approx Dark Orchid. HEX triplet: AE, 3C and C0. RGB value is (174,60,192). Sum of RGB (Red+Green+Blue) = 174+60+192=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 60 (23.83% from 255 or 14.08% from 426); Blue value is 192 (75.39% from 255 or 45.07% from 426); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE3CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE3CC0 is #51C33F. Grayscale: #6C6C6C. Windows color (decimal): -5358400 or 12598446. OLE color: 12598446.

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

Color convert

RGB17460192-
CMYK0.090.6900.25
HSL291.82º52.38%49.41%-
HSV(B)291.82º68.75%75.29%-
XYZ28.5916.0451.46-
YUV109.13174.77174.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.85%
GREEN value IS 60 (23.83% from 255) = 14.08%
BLUE value IS 192 (75.39% from 255) = 45.07%
R=40.85%
G=14.08%
B=45.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174601920.090.6900.25291.8252.3849.41
HexAE3CC09450191243431
Octal25674300111050314446461
Binary101011101111001100000010011000101011001100100100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3CC0; }

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

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

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

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

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

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

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

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