Html Css Color HEX #AB12D4 Dark Violet

📋 copy color: '#AB12D4'

red 171 ◦ green 18 ◦ blue 212

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

Shades of Dark Violet #AB12D4

Tints of Dark Violet #AB12D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 52.87%

R = 42.64%
G = 4.49%
B = 52.87%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AB12D4 (or 0xAB12D4) is known color: Dark Violet. HEX triplet: AB, 12 and D4. RGB value is (171,18,212). Sum of RGB (Red+Green+Blue) = 171+18+212=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 18 (7.42% from 255 or 4.49% from 401); Blue value is 212 (83.20% from 255 or 52.87% from 401); Max value from RGB is 212 - color contains mainly: blue. Hex color #AB12D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB12D4 is #54ED2B. Grayscale: #555555. Windows color (decimal): -5565740 or 13898411. OLE color: 13898411.

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

Color convert

RGB 171 18 212 -
CMYK 0.19 0.92 0 0.17
HSL 287.32º 0.84% 0.45% -
HSV(B) 287.32º 0.92% 0.83% -
XYZ 28.89 13.84 63.44 -
YUV 85.86 199.19 188.73 -
System Red Green Blue C M Y K H S L
Decimal 171 18 212 0.19 0.92 0 0.17 287.32 0.84 0.45
Hex AB 12 D4 13 5C 0 11 11F 54 2D
Octal 253 22 324 23 134 0 21 437 124 55
Binary 10101011 10010 11010100 10011 1011100 0 10001 100011111 1010100 101101

Color Harmonies of #AB12D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB12D4

Black with #AB12D4

Text Example


Text Example

White with #AB12D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB12D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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