#ae03cd

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

Shades of Dark Violet #AE03CD

Tints of Dark Violet #AE03CD

Color information

#AE03CD (or 0xAE03CD) is unknown color: approx Dark Violet. HEX triplet: AE, 03 and CD. RGB value is (174,3,205). Sum of RGB (Red+Green+Blue) = 174+3+205=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 3 (1.56% from 255 or 0.79% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #AE03CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE03CD is #51FC32. Grayscale: #4C4C4C. Windows color (decimal): -5372979 or 13435822. OLE color: 13435822.

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

Color convert

RGB1743205-
CMYK0.150.9900.20
HSL290.79º97.12%40.78%-
HSV(B)290.79º98.54%80.39%-
XYZ28.5113.4758.86-
YUV77.16200.15197.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.55%
GREEN value IS 3 (1.56% from 255) = 0.79%
BLUE value IS 205 (80.47% from 255) = 53.66%
R=45.55%
G=0.79%
B=53.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal17432050.150.9900.20290.7997.1240.78
HexAE3CDF630141236129
Octal25633151714302444314151
Binary101011101111001101111111000110101001001000111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae03cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae03cd; }

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

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

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

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

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

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

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

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