Html Css Color HEX #AD0CC6 Dark Violet

📋 copy color: '#AD0CC6'

red 173 ◦ green 12 ◦ blue 198

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

Shades of Dark Violet #AD0CC6

Tints of Dark Violet #AD0CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 51.7%

R = 45.17%
G = 3.13%
B = 51.7%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AD0CC6 (or 0xAD0CC6) is known color: Dark Violet. HEX triplet: AD, 0C and C6. RGB value is (173,12,198). Sum of RGB (Red+Green+Blue) = 173+12+198=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 12 (5.08% from 255 or 3.13% from 383); Blue value is 198 (77.73% from 255 or 51.70% from 383); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD0CC6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0CC6 is #52F339. Grayscale: #505050. Windows color (decimal): -5436218 or 12979373. OLE color: 12979373.

HSL color Cylindrical-coordinate representation of color #AD0CC6: hue angle of 291.94º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0CC6 is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 12 198 -
CMYK 0.13 0.94 0 0.22
HSL 291.94º 0.89% 0.41% -
HSV(B) 291.94º 0.94% 0.78% -
XYZ 27.56 13.22 54.53 -
YUV 81.34 193.84 193.38 -
System Red Green Blue C M Y K H S L
Decimal 173 12 198 0.13 0.94 0 0.22 291.94 0.89 0.41
Hex AD C C6 D 5E 0 16 124 59 29
Octal 255 14 306 15 136 0 26 444 131 51
Binary 10101101 1100 11000110 1101 1011110 0 10110 100100100 1011001 101001

Color Harmonies of #AD0CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0CC6

Black with #AD0CC6

Text Example


Text Example

White with #AD0CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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