Html Css Color HEX #AD12CE Dark Violet

📋 copy color: '#AD12CE'

red 173 ◦ green 18 ◦ blue 206

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

Shades of Dark Violet #AD12CE

Tints of Dark Violet #AD12CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.89%

R = 43.58%
G = 4.53%
B = 51.89%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD12CE (or 0xAD12CE) is known color: Dark Violet. HEX triplet: AD, 12 and CE. RGB value is (173,18,206). Sum of RGB (Red+Green+Blue) = 173+18+206=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD12CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD12CE is #52ED31. Grayscale: #555555. Windows color (decimal): -5434674 or 13505197. OLE color: 13505197.

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

Color convert

RGB 173 18 206 -
CMYK 0.16 0.91 0 0.19
HSL 289.47º 0.84% 0.44% -
HSV(B) 289.47º 0.91% 0.81% -
XYZ 28.59 13.77 59.54 -
YUV 85.78 195.85 190.21 -
System Red Green Blue C M Y K H S L
Decimal 173 18 206 0.16 0.91 0 0.19 289.47 0.84 0.44
Hex AD 12 CE 10 5B 0 13 121 54 2C
Octal 255 22 316 20 133 0 23 441 124 54
Binary 10101101 10010 11001110 10000 1011011 0 10011 100100001 1010100 101100

Color Harmonies of #AD12CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD12CE

Black with #AD12CE

Text Example


Text Example

White with #AD12CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD12CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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