#ab5fa0

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

Shades of Violet Blue #AB5FA0

Tints of Violet Blue #AB5FA0

Color information

#AB5FA0 (or 0xAB5FA0) is unknown color: approx Violet Blue. HEX triplet: AB, 5F and A0. RGB value is (171,95,160). Sum of RGB (Red+Green+Blue) = 171+95+160=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 160 (62.89% from 255 or 37.56% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5FA0 is #54A05F. Grayscale: #7C7C7C. Windows color (decimal): -5546080 or 10510251. OLE color: 10510251.

HSL color Cylindrical-coordinate representation of color #AB5FA0: hue angle of 308.68º 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 #AB5FA0 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB17195160-
CMYK00.440.060.33
HSL308.68º31.15%52.16%-
HSV(B)308.68º44.44%67.06%-
XYZ27.2319.3835.56-
YUV125.13147.68160.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.14%
GREEN value IS 95 (37.5% from 255) = 22.30%
BLUE value IS 160 (62.89% from 255) = 37.56%
R=40.14%
G=22.30%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719516000.440.060.33308.6831.1552.16
HexAB5FA002C6211351f34
Octal2531372400546414653764
Binary10101011101111110100000010110011010000110011010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab5fa0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab5fa0; }

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

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

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

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

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

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

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

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