#AE03E2

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

Shades of Dark Violet #AE03E2

Tints of Dark Violet #AE03E2

Color information

#AE03E2 (or 0xAE03E2) is unknown color: approx Dark Violet. HEX triplet: AE, 03 and E2. RGB value is (174,3,226). Sum of RGB (Red+Green+Blue) = 174+3+226=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 3 (1.56% from 255 or 0.74% from 403); Blue value is 226 (88.67% from 255 or 56.08% from 403); Max value from RGB is 226 - color contains mainly: blue. Hex color #AE03E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE03E2 is #51FC1D. Grayscale: #4E4E4E. Windows color (decimal): -5372958 or 14812078. OLE color: 14812078.

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

Color convert

RGB1743226-
CMYK0.230.9900.11
HSL286.01º97.38%44.9%-
HSV(B)286.01º98.67%88.63%-
XYZ31.2214.5573.12-
YUV79.55210.65195.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.18%
GREEN value IS 3 (1.56% from 255) = 0.74%
BLUE value IS 226 (88.67% from 255) = 56.08%
R=43.18%
G=0.74%
B=56.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal17432260.230.9900.11286.0197.3844.9
HexAE3E217630B11e612d
Octal25633422714301343614155
Binary101011101111100010101111100011010111000111101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE03E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE03E2; }

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

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

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

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

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

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

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

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