#AE06E4

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

Shades of Dark Violet #AE06E4

Tints of Dark Violet #AE06E4

Color information

#AE06E4 (or 0xAE06E4) is unknown color: approx Dark Violet. HEX triplet: AE, 06 and E4. RGB value is (174,6,228). Sum of RGB (Red+Green+Blue) = 174+6+228=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 6 (2.73% from 255 or 1.47% from 408); Blue value is 228 (89.45% from 255 or 55.88% from 408); Max value from RGB is 228 - color contains mainly: blue. Hex color #AE06E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE06E4 is #51F91B. Grayscale: #505050. Windows color (decimal): -5372188 or 14943918. OLE color: 14943918.

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

Color convert

RGB1746228-
CMYK0.240.9700.11
HSL285.41º94.87%45.88%-
HSV(B)285.41º97.37%89.41%-
XYZ31.5214.7374.58-
YUV81.54210.66193.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.65%
GREEN value IS 6 (2.73% from 255) = 1.47%
BLUE value IS 228 (89.45% from 255) = 55.88%
R=42.65%
G=1.47%
B=55.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal17462280.240.9700.11285.4194.8745.88
HexAE6E418610B11d5f2e
Octal25663443014101343513756
Binary1010111011011100100110001100001010111000111011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE06E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE06E4; }

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

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

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

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

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

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

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

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