#AB61A4

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

Shades of Violet Blue #AB61A4

Tints of Violet Blue #AB61A4

Color information

#AB61A4 (or 0xAB61A4) is unknown color: approx Violet Blue. HEX triplet: AB, 61 and A4. RGB value is (171,97,164). Sum of RGB (Red+Green+Blue) = 171+97+164=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 164 (64.45% from 255 or 37.96% from 432); Max value from RGB is 171 - color contains mainly: red. Hex color #AB61A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB61A4 is #549E5B. Grayscale: #7E7E7E. Windows color (decimal): -5545564 or 10772907. OLE color: 10772907.

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

Color convert

RGB17197164-
CMYK00.430.040.33
HSL305.68º30.58%52.55%-
HSV(B)305.68º43.27%67.06%-
XYZ27.7719.8937.5-
YUV126.76149.02159.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.58%
GREEN value IS 97 (38.28% from 255) = 22.45%
BLUE value IS 164 (64.45% from 255) = 37.96%
R=39.58%
G=22.45%
B=37.96%

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
Decimal1719716400.430.040.33305.6830.5852.55
HexAB61A402B4211321f35
Octal2531412440534414623765
Binary10101011110000110100100010101110010000110011001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB61A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB61A4; }

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

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

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

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

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

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

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

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