Html Css Color HEX #AB15BF Dark Violet

📋 copy color: '#AB15BF'

red 171 ◦ green 21 ◦ blue 191

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

Shades of Dark Violet #AB15BF

Tints of Dark Violet #AB15BF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.48%

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

R = 44.65%
G = 5.48%
B = 49.87%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB15BF (or 0xAB15BF) is known color: Dark Violet. HEX triplet: AB, 15 and BF. RGB value is (171,21,191). Sum of RGB (Red+Green+Blue) = 171+21+191=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 21 (8.59% from 255 or 5.48% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB15BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB15BF is #54EA40. Grayscale: #545454. Windows color (decimal): -5564993 or 12522923. OLE color: 12522923.

HSL color Cylindrical-coordinate representation of color #AB15BF: hue angle of 292.94º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB15BF is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 21 191 -
CMYK 0.10 0.89 0 0.25
HSL 292.94º 0.8% 0.42% -
HSV(B) 292.94º 0.89% 0.75% -
XYZ 26.47 12.96 50.4 -
YUV 85.23 187.7 189.18 -
System Red Green Blue C M Y K H S L
Decimal 171 21 191 0.10 0.89 0 0.25 292.94 0.8 0.42
Hex AB 15 BF A 59 0 19 125 50 2A
Octal 253 25 277 12 131 0 31 445 120 52
Binary 10101011 10101 10111111 1010 1011001 0 11001 100100101 1010000 101010

Color Harmonies of #AB15BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB15BF

Black with #AB15BF

Text Example


Text Example

White with #AB15BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB15BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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