Html Css Color HEX #AD03E0 Dark Violet

📋 copy color: '#AD03E0'

red 173 ◦ green 3 ◦ blue 224

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

Shades of Dark Violet #AD03E0

Tints of Dark Violet #AD03E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 56%

R = 43.25%
G = 0.75%
B = 56%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AD03E0 (or 0xAD03E0) is known color: Dark Violet. HEX triplet: AD, 03 and E0. RGB value is (173,3,224). Sum of RGB (Red+Green+Blue) = 173+3+224=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 3 (1.56% from 255 or 0.75% from 400); Blue value is 224 (87.89% from 255 or 56% from 400); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD03E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD03E0 is #52FC1F. Grayscale: #4E4E4E. Windows color (decimal): -5438496 or 14681005. OLE color: 14681005.

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

Color convert

RGB 173 3 224 -
CMYK 0.23 0.99 0 0.12
HSL 286.15º 0.97% 0.45% -
HSV(B) 286.15º 0.99% 0.88% -
XYZ 30.72 14.33 71.67 -
YUV 79.02 209.82 195.03 -
System Red Green Blue C M Y K H S L
Decimal 173 3 224 0.23 0.99 0 0.12 286.15 0.97 0.45
Hex AD 3 E0 17 63 0 C 11E 61 2D
Octal 255 3 340 27 143 0 14 436 141 55
Binary 10101101 11 11100000 10111 1100011 0 1100 100011110 1100001 101101

Color Harmonies of #AD03E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD03E0

Black with #AD03E0

Text Example


Text Example

White with #AD03E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD03E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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