Html Css Color HEX #AD0CDB Dark Violet

📋 copy color: '#AD0CDB'

red 173 ◦ green 12 ◦ blue 219

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

Shades of Dark Violet #AD0CDB

Tints of Dark Violet #AD0CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.97%

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

R = 42.82%
G = 2.97%
B = 54.21%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD0CDB (or 0xAD0CDB) is known color: Dark Violet. HEX triplet: AD, 0C and DB. RGB value is (173,12,219). Sum of RGB (Red+Green+Blue) = 173+12+219=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 12 (5.08% from 255 or 2.97% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD0CDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0CDB is #52F324. Grayscale: #535353. Windows color (decimal): -5436197 or 14355629. OLE color: 14355629.

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

Color convert

RGB 173 12 219 -
CMYK 0.21 0.95 0 0.14
HSL 286.67º 0.9% 0.45% -
HSV(B) 286.67º 0.95% 0.86% -
XYZ 30.15 14.26 68.18 -
YUV 83.74 204.34 191.67 -
System Red Green Blue C M Y K H S L
Decimal 173 12 219 0.21 0.95 0 0.14 286.67 0.9 0.45
Hex AD C DB 15 5F 0 E 11F 5A 2D
Octal 255 14 333 25 137 0 16 437 132 55
Binary 10101101 1100 11011011 10101 1011111 0 1110 100011111 1011010 101101

Color Harmonies of #AD0CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0CDB

Black with #AD0CDB

Text Example


Text Example

White with #AD0CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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