#AB00BF

Color #AB00BF Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #AB00BF

Tints of Dark Violet #AB00BF

Color information

#AB00BF (or 0xAB00BF) is unknown color: approx Dark Violet. HEX triplet: AB, 00 and BF. RGB value is (171,0,191). Sum of RGB (Red+Green+Blue) = 171+0+191=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 191 (75% from 255 or 52.76% from 362); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB00BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB00BF is #54FF40. Grayscale: #484848. Windows color (decimal): -5570369 or 12517547. OLE color: 12517547.

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

Color convert

RGB1710191-
CMYK0.10100.25
HSL293.72º100%37.45%-
HSV(B)293.72º100%74.9%-
XYZ26.212.4250.31-
YUV72.9194.65197.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 52.76%
R=47.24%
G=0%
B=52.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17101910.10100.25293.7210037.45
HexAB0BFA640191266425
Octal25302771214403144614445
Binary10101011010111111101011001000110011001001101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB00BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB00BF; }

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

 H1.HeaderClassName
 {
   color: #AB00BF;
 }
 .AnyTagClassName
 {
   color: #AB00BF;
 }
</style>
background-color css

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

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

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

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

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

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