Html Css Color HEX #AB12D5 Dark Violet

📋 copy color: '#AB12D5'

red 171 ◦ green 18 ◦ blue 213

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

Shades of Dark Violet #AB12D5

Tints of Dark Violet #AB12D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 52.99%

R = 42.54%
G = 4.48%
B = 52.99%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AB12D5 (or 0xAB12D5) is known color: Dark Violet. HEX triplet: AB, 12 and D5. RGB value is (171,18,213). Sum of RGB (Red+Green+Blue) = 171+18+213=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 18 (7.42% from 255 or 4.48% from 402); Blue value is 213 (83.59% from 255 or 52.99% from 402); Max value from RGB is 213 - color contains mainly: blue. Hex color #AB12D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB12D5 is #54ED2A. Grayscale: #555555. Windows color (decimal): -5565739 or 13963947. OLE color: 13963947.

HSL color Cylindrical-coordinate representation of color #AB12D5: hue angle of 287.08º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB12D5 is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 18 213 -
CMYK 0.20 0.92 0 0.16
HSL 287.08º 0.84% 0.45% -
HSV(B) 287.08º 0.92% 0.84% -
XYZ 29.02 13.89 64.1 -
YUV 85.98 199.69 188.64 -
System Red Green Blue C M Y K H S L
Decimal 171 18 213 0.20 0.92 0 0.16 287.08 0.84 0.45
Hex AB 12 D5 14 5C 0 10 11F 54 2D
Octal 253 22 325 24 134 0 20 437 124 55
Binary 10101011 10010 11010101 10100 1011100 0 10000 100011111 1010100 101101

Color Harmonies of #AB12D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB12D5

Black with #AB12D5

Text Example


Text Example

White with #AB12D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB12D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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