#AB609D

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

Shades of Violet Blue #AB609D

Tints of Violet Blue #AB609D

Color information

#AB609D (or 0xAB609D) is unknown color: approx Violet Blue. HEX triplet: AB, 60 and 9D. RGB value is (171,96,157). Sum of RGB (Red+Green+Blue) = 171+96+157=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #AB609D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB609D is #549F62. Grayscale: #7D7D7D. Windows color (decimal): -5545827 or 10313899. OLE color: 10313899.

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

Color convert

RGB17196157-
CMYK00.440.080.33
HSL311.2º30.86%52.35%-
HSV(B)311.2º43.86%67.06%-
XYZ27.0619.4634.23-
YUV125.38145.85160.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.33%
GREEN value IS 96 (37.89% from 255) = 22.64%
BLUE value IS 157 (61.72% from 255) = 37.03%
R=40.33%
G=22.64%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719615700.440.080.33311.230.8652.35
HexAB609D02C8211371f34
Octal25314023505410414673764
Binary101010111100000100111010101100100010000110011011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB609D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB609D; }

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

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

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

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

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

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

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

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