#AB03BE

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

Shades of Dark Violet #AB03BE

Tints of Dark Violet #AB03BE

Color information

#AB03BE (or 0xAB03BE) is unknown color: approx Dark Violet. HEX triplet: AB, 03 and BE. RGB value is (171,3,190). Sum of RGB (Red+Green+Blue) = 171+3+190=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 3 (1.56% from 255 or 0.82% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB03BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB03BE is #54FC41. Grayscale: #494949. Windows color (decimal): -5569602 or 12452779. OLE color: 12452779.

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

Color convert

RGB1713190-
CMYK0.100.9800.25
HSL293.9º96.89%37.84%-
HSV(B)293.9º98.42%74.51%-
XYZ26.1212.4449.74-
YUV74.55193.16196.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.98%
GREEN value IS 3 (1.56% from 255) = 0.82%
BLUE value IS 190 (74.61% from 255) = 52.20%
R=46.98%
G=0.82%
B=52.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17131900.100.9800.25293.996.8937.84
HexAB3BEA620191266126
Octal25332761214203144614146
Binary101010111110111110101011000100110011001001101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB03BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB03BE; }

 p { color: rgb(171,3,190); }

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

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

 a { background-color: rgb(171,3,190); }

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

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

 span { border-color: rgb(171,3,190); }

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