Html Css Color HEX #AD03E4 Dark Violet

📋 copy color: '#AD03E4'

red 173 ◦ green 3 ◦ blue 228

#AD03E4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #AD03E4

Tints of Dark Violet #AD03E4

RGB

 RED value IS 173 (67.97% from 255) = 42.82%

 GREEN value IS 3 (1.56% from 255) = 0.74%

 BLUE value IS 228 (89.45% from 255) = 56.44%

R = 42.82%
G = 0.74%
B = 56.44%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AD03E4 (or 0xAD03E4) is known color: Dark Violet. HEX triplet: AD, 03 and E4. RGB value is (173,3,228). Sum of RGB (Red+Green+Blue) = 173+3+228=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 3 (1.56% from 255 or 0.74% from 404); Blue value is 228 (89.45% from 255 or 56.44% from 404); Max value from RGB is 228 - color contains mainly: blue. Hex color #AD03E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD03E4 is #52FC1B. Grayscale: #4E4E4E. Windows color (decimal): -5438492 or 14943149. OLE color: 14943149.

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

Color convert

RGB 173 3 228 -
CMYK 0.24 0.99 0 0.11
HSL 285.33º 0.97% 0.45% -
HSV(B) 285.33º 0.99% 0.89% -
XYZ 31.27 14.55 74.56 -
YUV 79.48 211.82 194.7 -
System Red Green Blue C M Y K H S L
Decimal 173 3 228 0.24 0.99 0 0.11 285.33 0.97 0.45
Hex AD 3 E4 18 63 0 B 11D 61 2D
Octal 255 3 344 30 143 0 13 435 141 55
Binary 10101101 11 11100100 11000 1100011 0 1011 100011101 1100001 101101

Color Harmonies of #AD03E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD03E4

Black with #AD03E4

Text Example


Text Example

White with #AD03E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD03E4; }

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

 H1.HeaderClassName
 {
   color: #AD03E4;
 }
 .AnyTagClassName
 {
   color: #AD03E4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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