Html Css Color HEX #AD03DB Dark Violet

📋 copy color: '#AD03DB'

red 173 ◦ green 3 ◦ blue 219

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

Shades of Dark Violet #AD03DB

Tints of Dark Violet #AD03DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.44%

R = 43.8%
G = 0.76%
B = 55.44%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD03DB (or 0xAD03DB) is known color: Dark Violet. HEX triplet: AD, 03 and DB. RGB value is (173,3,219). Sum of RGB (Red+Green+Blue) = 173+3+219=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 3 (1.56% from 255 or 0.76% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD03DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD03DB is #52FC24. Grayscale: #4D4D4D. Windows color (decimal): -5438501 or 14353325. OLE color: 14353325.

HSL color Cylindrical-coordinate representation of color #AD03DB: hue angle of 287.22º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD03DB is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 3 219 -
CMYK 0.21 0.99 0 0.14
HSL 287.22º 0.97% 0.44% -
HSV(B) 287.22º 0.99% 0.86% -
XYZ 30.05 14.06 68.15 -
YUV 78.45 207.32 195.44 -
System Red Green Blue C M Y K H S L
Decimal 173 3 219 0.21 0.99 0 0.14 287.22 0.97 0.44
Hex AD 3 DB 15 63 0 E 11F 61 2C
Octal 255 3 333 25 143 0 16 437 141 54
Binary 10101101 11 11011011 10101 1100011 0 1110 100011111 1100001 101100

Color Harmonies of #AD03DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD03DB

Black with #AD03DB

Text Example


Text Example

White with #AD03DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD03DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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