Html Css Color HEX #AD03D0 Dark Violet

📋 copy color: '#AD03D0'

red 173 ◦ green 3 ◦ blue 208

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

Shades of Dark Violet #AD03D0

Tints of Dark Violet #AD03D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 54.17%

R = 45.05%
G = 0.78%
B = 54.17%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AD03D0 (or 0xAD03D0) is known color: Dark Violet. HEX triplet: AD, 03 and D0. RGB value is (173,3,208). Sum of RGB (Red+Green+Blue) = 173+3+208=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 3 (1.56% from 255 or 0.78% from 384); Blue value is 208 (81.64% from 255 or 54.17% from 384); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD03D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD03D0 is #52FC2F. Grayscale: #4C4C4C. Windows color (decimal): -5438512 or 13632429. OLE color: 13632429.

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

Color convert

RGB 173 3 208 -
CMYK 0.17 0.99 0 0.18
HSL 289.76º 0.97% 0.41% -
HSV(B) 289.76º 0.99% 0.82% -
XYZ 28.65 13.5 60.77 -
YUV 77.2 201.82 196.33 -
System Red Green Blue C M Y K H S L
Decimal 173 3 208 0.17 0.99 0 0.18 289.76 0.97 0.41
Hex AD 3 D0 11 63 0 12 122 61 29
Octal 255 3 320 21 143 0 22 442 141 51
Binary 10101101 11 11010000 10001 1100011 0 10010 100100010 1100001 101001

Color Harmonies of #AD03D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD03D0

Black with #AD03D0

Text Example


Text Example

White with #AD03D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD03D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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