Html Css Color HEX #AB12CF Dark Violet

📋 copy color: '#AB12CF'

red 171 ◦ green 18 ◦ blue 207

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

Shades of Dark Violet #AB12CF

Tints of Dark Violet #AB12CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.27%

R = 43.18%
G = 4.55%
B = 52.27%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB12CF (or 0xAB12CF) is known color: Dark Violet. HEX triplet: AB, 12 and CF. RGB value is (171,18,207). Sum of RGB (Red+Green+Blue) = 171+18+207=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 18 (7.42% from 255 or 4.55% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB12CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB12CF is #54ED30. Grayscale: #545454. Windows color (decimal): -5565745 or 13570731. OLE color: 13570731.

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

Color convert

RGB 171 18 207 -
CMYK 0.17 0.91 0 0.19
HSL 288.57º 0.84% 0.44% -
HSV(B) 288.57º 0.91% 0.81% -
XYZ 28.27 13.6 60.17 -
YUV 85.29 196.69 189.13 -
System Red Green Blue C M Y K H S L
Decimal 171 18 207 0.17 0.91 0 0.19 288.57 0.84 0.44
Hex AB 12 CF 11 5B 0 13 121 54 2C
Octal 253 22 317 21 133 0 23 441 124 54
Binary 10101011 10010 11001111 10001 1011011 0 10011 100100001 1010100 101100

Color Harmonies of #AB12CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB12CF

Black with #AB12CF

Text Example


Text Example

White with #AB12CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB12CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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