Html Css Color HEX #AB13BF Dark Violet

📋 copy color: '#AB13BF'

red 171 ◦ green 19 ◦ blue 191

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

Shades of Dark Violet #AB13BF

Tints of Dark Violet #AB13BF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.99%

 BLUE value IS 191 (75% from 255) = 50.13%

R = 44.88%
G = 4.99%
B = 50.13%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB13BF (or 0xAB13BF) is known color: Dark Violet. HEX triplet: AB, 13 and BF. RGB value is (171,19,191). Sum of RGB (Red+Green+Blue) = 171+19+191=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 19 (7.81% from 255 or 4.99% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB13BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB13BF is #54EC40. Grayscale: #535353. Windows color (decimal): -5565505 or 12522411. OLE color: 12522411.

HSL color Cylindrical-coordinate representation of color #AB13BF: hue angle of 293.02º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB13BF is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 19 191 -
CMYK 0.10 0.90 0 0.25
HSL 293.02º 0.82% 0.41% -
HSV(B) 293.02º 0.9% 0.75% -
XYZ 26.43 12.89 50.38 -
YUV 84.06 188.36 190.01 -
System Red Green Blue C M Y K H S L
Decimal 171 19 191 0.10 0.90 0 0.25 293.02 0.82 0.41
Hex AB 13 BF A 5A 0 19 125 52 29
Octal 253 23 277 12 132 0 31 445 122 51
Binary 10101011 10011 10111111 1010 1011010 0 11001 100100101 1010010 101001

Color Harmonies of #AB13BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB13BF

Black with #AB13BF

Text Example


Text Example

White with #AB13BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB13BF; }

 p { color: rgb(171,19,191); }

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

background-color css

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

 a { background-color: rgb(171,19,191); }

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

border-color css

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

 span { border-color: rgb(171,19,191); }

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