Html Css Color HEX #AD09DB Dark Violet

📋 copy color: '#AD09DB'

red 173 ◦ green 9 ◦ blue 219

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

Shades of Dark Violet #AD09DB

Tints of Dark Violet #AD09DB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.24%

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

R = 43.14%
G = 2.24%
B = 54.61%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD09DB (or 0xAD09DB) is known color: Dark Violet. HEX triplet: AD, 09 and DB. RGB value is (173,9,219). Sum of RGB (Red+Green+Blue) = 173+9+219=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 9 (3.91% from 255 or 2.24% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD09DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD09DB is #52F624. Grayscale: #515151. Windows color (decimal): -5436965 or 14354861. OLE color: 14354861.

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

Color convert

RGB 173 9 219 -
CMYK 0.21 0.96 0 0.14
HSL 286.86º 0.92% 0.45% -
HSV(B) 286.86º 0.96% 0.86% -
XYZ 30.12 14.19 68.17 -
YUV 81.98 205.33 192.92 -
System Red Green Blue C M Y K H S L
Decimal 173 9 219 0.21 0.96 0 0.14 286.86 0.92 0.45
Hex AD 9 DB 15 60 0 E 11F 5C 2D
Octal 255 11 333 25 140 0 16 437 134 55
Binary 10101101 1001 11011011 10101 1100000 0 1110 100011111 1011100 101101

Color Harmonies of #AD09DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD09DB

Black with #AD09DB

Text Example


Text Example

White with #AD09DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD09DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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