Html Css Color HEX #AD0CD3 Dark Violet

📋 copy color: '#AD0CD3'

red 173 ◦ green 12 ◦ blue 211

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

Shades of Dark Violet #AD0CD3

Tints of Dark Violet #AD0CD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 53.28%

R = 43.69%
G = 3.03%
B = 53.28%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AD0CD3 (or 0xAD0CD3) is known color: Dark Violet. HEX triplet: AD, 0C and D3. RGB value is (173,12,211). Sum of RGB (Red+Green+Blue) = 173+12+211=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 12 (5.08% from 255 or 3.03% from 396); Blue value is 211 (82.81% from 255 or 53.28% from 396); Max value from RGB is 211 - color contains mainly: blue. Hex color #AD0CD3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0CD3 is #52F32C. Grayscale: #525252. Windows color (decimal): -5436205 or 13831341. OLE color: 13831341.

HSL color Cylindrical-coordinate representation of color #AD0CD3: hue angle of 288.54º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0CD3 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 12 211 -
CMYK 0.18 0.94 0 0.17
HSL 288.54º 0.89% 0.44% -
HSV(B) 288.54º 0.94% 0.83% -
XYZ 29.12 13.85 62.77 -
YUV 82.83 200.34 192.32 -
System Red Green Blue C M Y K H S L
Decimal 173 12 211 0.18 0.94 0 0.17 288.54 0.89 0.44
Hex AD C D3 12 5E 0 11 121 59 2C
Octal 255 14 323 22 136 0 21 441 131 54
Binary 10101101 1100 11010011 10010 1011110 0 10001 100100001 1011001 101100

Color Harmonies of #AD0CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0CD3

Black with #AD0CD3

Text Example


Text Example

White with #AD0CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0CD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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