#AB609C

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

Shades of Violet Blue #AB609C

Tints of Violet Blue #AB609C

Color information

#AB609C (or 0xAB609C) is unknown color: approx Violet Blue. HEX triplet: AB, 60 and 9C. RGB value is (171,96,156). Sum of RGB (Red+Green+Blue) = 171+96+156=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB609C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB609C is #549F63. Grayscale: #7D7D7D. Windows color (decimal): -5545828 or 10248363. OLE color: 10248363.

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

Color convert

RGB17196156-
CMYK00.440.090.33
HSL312º30.86%52.35%-
HSV(B)312º43.86%67.06%-
XYZ26.9819.4233.78-
YUV125.26145.35160.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.43%
GREEN value IS 96 (37.89% from 255) = 22.70%
BLUE value IS 156 (61.33% from 255) = 36.88%
R=40.43%
G=22.70%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719615600.440.090.3331230.8652.35
HexAB609C02C9211381f34
Octal25314023405411414703764
Binary101010111100000100111000101100100110000110011100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB609C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB609C; }

 p { color: rgb(171,96,156); }

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

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

 a { background-color: rgb(171,96,156); }

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

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

 span { border-color: rgb(171,96,156); }

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