Html Css Color HEX #AD12CC Dark Violet

📋 copy color: '#AD12CC'

red 173 ◦ green 18 ◦ blue 204

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

Shades of Dark Violet #AD12CC

Tints of Dark Violet #AD12CC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.56%

 BLUE value IS 204 (80.08% from 255) = 51.65%

R = 43.8%
G = 4.56%
B = 51.65%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD12CC (or 0xAD12CC) is known color: Dark Violet. HEX triplet: AD, 12 and CC. RGB value is (173,18,204). Sum of RGB (Red+Green+Blue) = 173+18+204=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 18 (7.42% from 255 or 4.56% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD12CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD12CC is #52ED33. Grayscale: #545454. Windows color (decimal): -5434676 or 13374125. OLE color: 13374125.

HSL color Cylindrical-coordinate representation of color #AD12CC: hue angle of 290º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD12CC is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 18 204 -
CMYK 0.15 0.91 0 0.2
HSL 290º 0.84% 0.44% -
HSV(B) 290º 0.91% 0.8% -
XYZ 28.35 13.68 58.27 -
YUV 85.55 194.85 190.38 -
System Red Green Blue C M Y K H S L
Decimal 173 18 204 0.15 0.91 0 0.2 290 0.84 0.44
Hex AD 12 CC F 5B 0 14 122 54 2C
Octal 255 22 314 17 133 0 24 442 124 54
Binary 10101101 10010 11001100 1111 1011011 0 10100 100100010 1010100 101100

Color Harmonies of #AD12CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD12CC

Black with #AD12CC

Text Example


Text Example

White with #AD12CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD12CC; }

 p { color: rgb(173,18,204); }

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

background-color css

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

 a { background-color: rgb(173,18,204); }

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

border-color css

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

 span { border-color: rgb(173,18,204); }

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