#AE06CB

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

Shades of Dark Violet #AE06CB

Tints of Dark Violet #AE06CB

Color information

#AE06CB (or 0xAE06CB) is unknown color: approx Dark Violet. HEX triplet: AE, 06 and CB. RGB value is (174,6,203). Sum of RGB (Red+Green+Blue) = 174+6+203=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 6 (2.73% from 255 or 1.57% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE06CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE06CB is #51F934. Grayscale: #4E4E4E. Windows color (decimal): -5372213 or 13305518. OLE color: 13305518.

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

Color convert

RGB1746203-
CMYK0.140.9700.20
HSL291.17º94.26%40.98%-
HSV(B)291.17º97.04%79.61%-
XYZ28.313.4457.6-
YUV78.69198.16195.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.43%
GREEN value IS 6 (2.73% from 255) = 1.57%
BLUE value IS 203 (79.69% from 255) = 53.00%
R=45.43%
G=1.57%
B=53.00%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal17462030.140.9700.20291.1794.2640.98
HexAE6CBE610141235e29
Octal25663131614102444313651
Binary1010111011011001011111011000010101001001000111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE06CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE06CB; }

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

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

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

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

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

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

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

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