#ae06e2

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

Shades of Dark Violet #AE06E2

Tints of Dark Violet #AE06E2

Color information

#AE06E2 (or 0xAE06E2) is unknown color: approx Dark Violet. HEX triplet: AE, 06 and E2. RGB value is (174,6,226). Sum of RGB (Red+Green+Blue) = 174+6+226=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 6 (2.73% from 255 or 1.48% from 406); Blue value is 226 (88.67% from 255 or 55.67% from 406); Max value from RGB is 226 - color contains mainly: blue. Hex color #AE06E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE06E2 is #51F91D. Grayscale: #505050. Windows color (decimal): -5372190 or 14812846. OLE color: 14812846.

HSL color Cylindrical-coordinate representation of color #AE06E2: hue angle of 285.82º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE06E2 is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB1746226-
CMYK0.230.9700.11
HSL285.82º94.83%45.49%-
HSV(B)285.82º97.35%88.63%-
XYZ31.2514.6273.13-
YUV81.31209.66194.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.86%
GREEN value IS 6 (2.73% from 255) = 1.48%
BLUE value IS 226 (88.67% from 255) = 55.67%
R=42.86%
G=1.48%
B=55.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal17462260.230.9700.11285.8294.8345.49
HexAE6E217610B11e5f2d
Octal25663422714101343613755
Binary1010111011011100010101111100001010111000111101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae06e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae06e2; }

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

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

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

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

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

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

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

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