Html Css Color HEX #AD0BDC Dark Violet

📋 copy color: '#AD0BDC'

red 173 ◦ green 11 ◦ blue 220

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

Shades of Dark Violet #AD0BDC

Tints of Dark Violet #AD0BDC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.72%

 BLUE value IS 220 (86.33% from 255) = 54.46%

R = 42.82%
G = 2.72%
B = 54.46%

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

#AD0BDC (or 0xAD0BDC) is known color: Dark Violet. HEX triplet: AD, 0B and DC. RGB value is (173,11,220). Sum of RGB (Red+Green+Blue) = 173+11+220=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 11 (4.69% from 255 or 2.72% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD0BDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0BDC is #52F423. Grayscale: #525252. Windows color (decimal): -5436452 or 14420909. OLE color: 14420909.

HSL color Cylindrical-coordinate representation of color #AD0BDC: hue angle of 286.51º 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 #AD0BDC is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 11 220 -
CMYK 0.21 0.95 0 0.14
HSL 286.51º 0.9% 0.45% -
HSV(B) 286.51º 0.95% 0.86% -
XYZ 30.27 14.29 68.87 -
YUV 83.26 205.17 192.01 -
System Red Green Blue C M Y K H S L
Decimal 173 11 220 0.21 0.95 0 0.14 286.51 0.9 0.45
Hex AD B DC 15 5F 0 E 11F 5A 2D
Octal 255 13 334 25 137 0 16 437 132 55
Binary 10101101 1011 11011100 10101 1011111 0 1110 100011111 1011010 101101

Color Harmonies of #AD0BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0BDC

Black with #AD0BDC

Text Example


Text Example

White with #AD0BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0BDC; }

 p { color: rgb(173,11,220); }

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

background-color css

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

 a { background-color: rgb(173,11,220); }

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

border-color css

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

 span { border-color: rgb(173,11,220); }

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