Html Css Color HEX #AD0CC7 Dark Violet

📋 copy color: '#AD0CC7'

red 173 ◦ green 12 ◦ blue 199

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

Shades of Dark Violet #AD0CC7

Tints of Dark Violet #AD0CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 51.82%

R = 45.05%
G = 3.13%
B = 51.82%

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

#AD0CC7 (or 0xAD0CC7) is known color: Dark Violet. HEX triplet: AD, 0C and C7. RGB value is (173,12,199). Sum of RGB (Red+Green+Blue) = 173+12+199=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 12 (5.08% from 255 or 3.12% from 384); Blue value is 199 (78.12% from 255 or 51.82% from 384); Max value from RGB is 199 - color contains mainly: blue. Hex color #AD0CC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0CC7 is #52F338. Grayscale: #505050. Windows color (decimal): -5436217 or 13044909. OLE color: 13044909.

HSL color Cylindrical-coordinate representation of color #AD0CC7: hue angle of 291.66º 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 #AD0CC7 is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 12 199 -
CMYK 0.13 0.94 0 0.22
HSL 291.66º 0.89% 0.41% -
HSV(B) 291.66º 0.94% 0.78% -
XYZ 27.67 13.27 55.14 -
YUV 81.46 194.34 193.29 -
System Red Green Blue C M Y K H S L
Decimal 173 12 199 0.13 0.94 0 0.22 291.66 0.89 0.41
Hex AD C C7 D 5E 0 16 124 59 29
Octal 255 14 307 15 136 0 26 444 131 51
Binary 10101101 1100 11000111 1101 1011110 0 10110 100100100 1011001 101001

Color Harmonies of #AD0CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0CC7

Black with #AD0CC7

Text Example


Text Example

White with #AD0CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0CC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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