Html Css Color HEX #AB12DA Dark Violet

📋 copy color: '#AB12DA'

red 171 ◦ green 18 ◦ blue 218

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

Shades of Dark Violet #AB12DA

Tints of Dark Violet #AB12DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.56%

R = 42.01%
G = 4.42%
B = 53.56%

CMYK

 C value IS 0.22

 M value IS 0.92

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB12DA (or 0xAB12DA) is known color: Dark Violet. HEX triplet: AB, 12 and DA. RGB value is (171,18,218). Sum of RGB (Red+Green+Blue) = 171+18+218=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 18 (7.42% from 255 or 4.42% from 407); Blue value is 218 (85.55% from 255 or 53.56% from 407); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB12DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB12DA is #54ED25. Grayscale: #555555. Windows color (decimal): -5565734 or 14291627. OLE color: 14291627.

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

Color convert

RGB 171 18 218 -
CMYK 0.22 0.92 0 0.15
HSL 285.9º 0.85% 0.46% -
HSV(B) 285.9º 0.92% 0.85% -
XYZ 29.67 14.15 67.5 -
YUV 86.55 202.19 188.24 -
System Red Green Blue C M Y K H S L
Decimal 171 18 218 0.22 0.92 0 0.15 285.9 0.85 0.46
Hex AB 12 DA 16 5C 0 F 11E 55 2E
Octal 253 22 332 26 134 0 17 436 125 56
Binary 10101011 10010 11011010 10110 1011100 0 1111 100011110 1010101 101110

Color Harmonies of #AB12DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB12DA

Black with #AB12DA

Text Example


Text Example

White with #AB12DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB12DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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