Html Css Color HEX #AD12CB Dark Violet

📋 copy color: '#AD12CB'

red 173 ◦ green 18 ◦ blue 203

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

Shades of Dark Violet #AD12CB

Tints of Dark Violet #AD12CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.52%

R = 43.91%
G = 4.57%
B = 51.52%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD12CB (or 0xAD12CB) is known color: Dark Violet. HEX triplet: AD, 12 and CB. RGB value is (173,18,203). Sum of RGB (Red+Green+Blue) = 173+18+203=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 18 (7.42% from 255 or 4.57% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD12CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD12CB is #52ED34. Grayscale: #545454. Windows color (decimal): -5434677 or 13308589. OLE color: 13308589.

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

Color convert

RGB 173 18 203 -
CMYK 0.15 0.91 0 0.20
HSL 290.27º 0.84% 0.43% -
HSV(B) 290.27º 0.91% 0.8% -
XYZ 28.23 13.63 57.64 -
YUV 85.44 194.35 190.46 -
System Red Green Blue C M Y K H S L
Decimal 173 18 203 0.15 0.91 0 0.20 290.27 0.84 0.43
Hex AD 12 CB F 5B 0 14 122 54 2B
Octal 255 22 313 17 133 0 24 442 124 53
Binary 10101101 10010 11001011 1111 1011011 0 10100 100100010 1010100 101011

Color Harmonies of #AD12CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD12CB

Black with #AD12CB

Text Example


Text Example

White with #AD12CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD12CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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