#AB5FAA

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

Shades of Violet Blue #AB5FAA

Tints of Violet Blue #AB5FAA

Color information

#AB5FAA (or 0xAB5FAA) is unknown color: approx Violet Blue. HEX triplet: AB, 5F and AA. RGB value is (171,95,170). Sum of RGB (Red+Green+Blue) = 171+95+170=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5FAA is #54A055. Grayscale: #7E7E7E. Windows color (decimal): -5546070 or 11165611. OLE color: 11165611.

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

Color convert

RGB17195170-
CMYK00.440.010.33
HSL300.79º31.15%52.16%-
HSV(B)300.79º44.44%67.06%-
XYZ28.1419.7440.36-
YUV126.27152.68159.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.22%
GREEN value IS 95 (37.5% from 255) = 21.79%
BLUE value IS 170 (66.80% from 255) = 38.99%
R=39.22%
G=21.79%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719517000.440.010.33300.7931.1552.16
HexAB5FAA02C12112d1f34
Octal2531372520541414553764
Binary101010111011111101010100101100110000110010110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5FAA; }

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

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

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

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

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

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

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

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