#AB61A1

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

Shades of Violet Blue #AB61A1

Tints of Violet Blue #AB61A1

Color information

#AB61A1 (or 0xAB61A1) is unknown color: approx Violet Blue. HEX triplet: AB, 61 and A1. RGB value is (171,97,161). Sum of RGB (Red+Green+Blue) = 171+97+161=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #AB61A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB61A1 is #549E5E. Grayscale: #7E7E7E. Windows color (decimal): -5545567 or 10576299. OLE color: 10576299.

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

Color convert

RGB17197161-
CMYK00.430.060.33
HSL308.11º30.58%52.55%-
HSV(B)308.11º43.27%67.06%-
XYZ27.519.7836.09-
YUV126.42147.52159.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.86%
GREEN value IS 97 (38.28% from 255) = 22.61%
BLUE value IS 161 (63.28% from 255) = 37.53%
R=39.86%
G=22.61%
B=37.53%

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
Decimal1719716100.430.060.33308.1130.5852.55
HexAB61A102B6211341f35
Octal2531412410536414643765
Binary10101011110000110100001010101111010000110011010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB61A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB61A1; }

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

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

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

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

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

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

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

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