#AB61A5

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

Shades of Violet Blue #AB61A5

Tints of Violet Blue #AB61A5

Color information

#AB61A5 (or 0xAB61A5) is unknown color: approx Violet Blue. HEX triplet: AB, 61 and A5. RGB value is (171,97,165). Sum of RGB (Red+Green+Blue) = 171+97+165=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 97 (38.28% from 255 or 22.40% from 433); Blue value is 165 (64.84% from 255 or 38.11% from 433); Max value from RGB is 171 - color contains mainly: red. Hex color #AB61A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB61A5 is #549E5A. Grayscale: #7E7E7E. Windows color (decimal): -5545563 or 10838443. OLE color: 10838443.

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

Color convert

RGB17197165-
CMYK00.430.040.33
HSL304.86º30.58%52.55%-
HSV(B)304.86º43.27%67.06%-
XYZ27.8619.9237.97-
YUV126.88149.52159.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.49%
GREEN value IS 97 (38.28% from 255) = 22.40%
BLUE value IS 165 (64.84% from 255) = 38.11%
R=39.49%
G=22.40%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719716500.430.040.33304.8630.5852.55
HexAB61A502B4211311f35
Octal2531412450534414613765
Binary10101011110000110100101010101110010000110011000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB61A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB61A5; }

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

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

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

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

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

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

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

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