Html Css Color HEX #AB12DB Dark Violet

📋 copy color: '#AB12DB'

red 171 ◦ green 18 ◦ blue 219

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

Shades of Dark Violet #AB12DB

Tints of Dark Violet #AB12DB

RGB

 RED value IS 171 (67.19% from 255) = 41.91%

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

 BLUE value IS 219 (85.94% from 255) = 53.68%

R = 41.91%
G = 4.41%
B = 53.68%

CMYK

 C value IS 0.22

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB12DB (or 0xAB12DB) is known color: Dark Violet. HEX triplet: AB, 12 and DB. RGB value is (171,18,219). Sum of RGB (Red+Green+Blue) = 171+18+219=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 18 (7.42% from 255 or 4.41% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB12DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB12DB is #54ED24. Grayscale: #565656. Windows color (decimal): -5565733 or 14357163. OLE color: 14357163.

HSL color Cylindrical-coordinate representation of color #AB12DB: hue angle of 285.67º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB12DB is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 18 219 -
CMYK 0.22 0.92 0 0.14
HSL 285.67º 0.85% 0.46% -
HSV(B) 285.67º 0.92% 0.86% -
XYZ 29.8 14.21 68.19 -
YUV 86.66 202.69 188.16 -
System Red Green Blue C M Y K H S L
Decimal 171 18 219 0.22 0.92 0 0.14 285.67 0.85 0.46
Hex AB 12 DB 16 5C 0 E 11E 55 2E
Octal 253 22 333 26 134 0 16 436 125 56
Binary 10101011 10010 11011011 10110 1011100 0 1110 100011110 1010101 101110

Color Harmonies of #AB12DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB12DB

Black with #AB12DB

Text Example


Text Example

White with #AB12DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB12DB; }

 p { color: rgb(171,18,219); }

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

background-color css

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

 a { background-color: rgb(171,18,219); }

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

border-color css

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

 span { border-color: rgb(171,18,219); }

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