Html Css Color HEX #AB01BF Dark Violet

📋 copy color: '#AB01BF'

red 171 ◦ green 1 ◦ blue 191

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

Shades of Dark Violet #AB01BF

Tints of Dark Violet #AB01BF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 47.11%
G = 0.28%
B = 52.62%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB01BF (or 0xAB01BF) is known color: Dark Violet. HEX triplet: AB, 01 and BF. RGB value is (171,1,191). Sum of RGB (Red+Green+Blue) = 171+1+191=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB01BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB01BF is #54FE40. Grayscale: #484848. Windows color (decimal): -5570113 or 12517803. OLE color: 12517803.

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

Color convert

RGB 171 1 191 -
CMYK 0.10 0.99 0 0.25
HSL 293.68º 0.99% 0.38% -
HSV(B) 293.68º 0.99% 0.75% -
XYZ 26.21 12.44 50.31 -
YUV 73.49 194.32 197.55 -
System Red Green Blue C M Y K H S L
Decimal 171 1 191 0.10 0.99 0 0.25 293.68 0.99 0.38
Hex AB 1 BF A 63 0 19 126 63 26
Octal 253 1 277 12 143 0 31 446 143 46
Binary 10101011 1 10111111 1010 1100011 0 11001 100100110 1100011 100110

Color Harmonies of #AB01BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB01BF

Black with #AB01BF

Text Example


Text Example

White with #AB01BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB01BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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