Html Css Color HEX #AD0CCD Dark Violet

📋 copy color: '#AD0CCD'

red 173 ◦ green 12 ◦ blue 205

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

Shades of Dark Violet #AD0CCD

Tints of Dark Violet #AD0CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.56%

R = 44.36%
G = 3.08%
B = 52.56%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD0CCD (or 0xAD0CCD) is known color: Dark Violet. HEX triplet: AD, 0C and CD. RGB value is (173,12,205). Sum of RGB (Red+Green+Blue) = 173+12+205=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 12 (5.08% from 255 or 3.08% from 390); Blue value is 205 (80.47% from 255 or 52.56% from 390); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD0CCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0CCD is #52F332. Grayscale: #515151. Windows color (decimal): -5436211 or 13438125. OLE color: 13438125.

HSL color Cylindrical-coordinate representation of color #AD0CCD: hue angle of 290.05º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0CCD is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 12 205 -
CMYK 0.16 0.94 0 0.20
HSL 290.05º 0.89% 0.43% -
HSV(B) 290.05º 0.94% 0.8% -
XYZ 28.38 13.55 58.88 -
YUV 82.14 197.34 192.81 -
System Red Green Blue C M Y K H S L
Decimal 173 12 205 0.16 0.94 0 0.20 290.05 0.89 0.43
Hex AD C CD 10 5E 0 14 122 59 2B
Octal 255 14 315 20 136 0 24 442 131 53
Binary 10101101 1100 11001101 10000 1011110 0 10100 100100010 1011001 101011

Color Harmonies of #AD0CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0CCD

Black with #AD0CCD

Text Example


Text Example

White with #AD0CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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