#AB61A0

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

Shades of Violet Blue #AB61A0

Tints of Violet Blue #AB61A0

Color information

#AB61A0 (or 0xAB61A0) is unknown color: approx Violet Blue. HEX triplet: AB, 61 and A0. RGB value is (171,97,160). Sum of RGB (Red+Green+Blue) = 171+97+160=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 160 (62.89% from 255 or 37.38% from 428); Max value from RGB is 171 - color contains mainly: red. Hex color #AB61A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB61A0 is #549E5F. Grayscale: #7E7E7E. Windows color (decimal): -5545568 or 10510763. OLE color: 10510763.

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

Color convert

RGB17197160-
CMYK00.430.060.33
HSL308.92º30.58%52.55%-
HSV(B)308.92º43.27%67.06%-
XYZ27.4119.7535.62-
YUV126.31147.02159.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.95%
GREEN value IS 97 (38.28% from 255) = 22.66%
BLUE value IS 160 (62.89% from 255) = 37.38%
R=39.95%
G=22.66%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719716000.430.060.33308.9230.5852.55
HexAB61A002B6211351f35
Octal2531412400536414653765
Binary10101011110000110100000010101111010000110011010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB61A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB61A0; }

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

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

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

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

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

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

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

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