#AB5F93

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

Shades of Violet Blue #AB5F93

Tints of Violet Blue #AB5F93

Color information

#AB5F93 (or 0xAB5F93) is unknown color: approx Violet Blue. HEX triplet: AB, 5F and 93. RGB value is (171,95,147). Sum of RGB (Red+Green+Blue) = 171+95+147=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5F93 is #54A06C. Grayscale: #7B7B7B. Windows color (decimal): -5546093 or 9658283. OLE color: 9658283.

HSL color Cylindrical-coordinate representation of color #AB5F93: hue angle of 318.95º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB5F93 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB17195147-
CMYK00.440.140.33
HSL318.95º31.15%52.16%-
HSV(B)318.95º44.44%67.06%-
XYZ26.1518.9529.88-
YUV123.65141.18161.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.40%
GREEN value IS 95 (37.5% from 255) = 23.00%
BLUE value IS 147 (57.81% from 255) = 35.59%
R=41.40%
G=23.00%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719514700.440.140.33318.9531.1552.16
HexAB5F9302CE2113f1f34
Octal25313722305416414773764
Binary101010111011111100100110101100111010000110011111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5F93; }

 p { color: rgb(171,95,147); }

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

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

 a { background-color: rgb(171,95,147); }

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

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

 span { border-color: rgb(171,95,147); }

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