Html Css Color HEX #AD0CCA Dark Violet

📋 copy color: '#AD0CCA'

red 173 ◦ green 12 ◦ blue 202

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

Shades of Dark Violet #AD0CCA

Tints of Dark Violet #AD0CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.2%

R = 44.7%
G = 3.1%
B = 52.2%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD0CCA (or 0xAD0CCA) is known color: Dark Violet. HEX triplet: AD, 0C and CA. RGB value is (173,12,202). Sum of RGB (Red+Green+Blue) = 173+12+202=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 12 (5.08% from 255 or 3.10% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD0CCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0CCA is #52F335. Grayscale: #515151. Windows color (decimal): -5436214 or 13241517. OLE color: 13241517.

HSL color Cylindrical-coordinate representation of color #AD0CCA: hue angle of 290.84º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0CCA is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 12 202 -
CMYK 0.14 0.94 0 0.21
HSL 290.84º 0.89% 0.42% -
HSV(B) 290.84º 0.94% 0.79% -
XYZ 28.03 13.41 56.99 -
YUV 81.8 195.84 193.05 -
System Red Green Blue C M Y K H S L
Decimal 173 12 202 0.14 0.94 0 0.21 290.84 0.89 0.42
Hex AD C CA E 5E 0 15 123 59 2A
Octal 255 14 312 16 136 0 25 443 131 52
Binary 10101101 1100 11001010 1110 1011110 0 10101 100100011 1011001 101010

Color Harmonies of #AD0CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0CCA

Black with #AD0CCA

Text Example


Text Example

White with #AD0CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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