#AD03E2

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

Shades of Dark Violet #AD03E2

Tints of Dark Violet #AD03E2

Color information

#AD03E2 (or 0xAD03E2) is unknown color: approx Dark Violet. HEX triplet: AD, 03 and E2. RGB value is (173,3,226). Sum of RGB (Red+Green+Blue) = 173+3+226=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 3 (1.56% from 255 or 0.75% from 402); Blue value is 226 (88.67% from 255 or 56.22% from 402); Max value from RGB is 226 - color contains mainly: blue. Hex color #AD03E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD03E2 is #52FC1D. Grayscale: #4E4E4E. Windows color (decimal): -5438494 or 14812077. OLE color: 14812077.

HSL color Cylindrical-coordinate representation of color #AD03E2: hue angle of 285.74º 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 #AD03E2 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB1733226-
CMYK0.230.9900.11
HSL285.74º97.38%44.9%-
HSV(B)285.74º98.67%88.63%-
XYZ30.9914.4473.11-
YUV79.25210.82194.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.03%
GREEN value IS 3 (1.56% from 255) = 0.75%
BLUE value IS 226 (88.67% from 255) = 56.22%
R=43.03%
G=0.75%
B=56.22%

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
Decimal17332260.230.9900.11285.7497.3844.9
HexAD3E217630B11e612d
Octal25533422714301343614155
Binary101011011111100010101111100011010111000111101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD03E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD03E2; }

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

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

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

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

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

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

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

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