#AB619C

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

Shades of Violet Blue #AB619C

Tints of Violet Blue #AB619C

Color information

#AB619C (or 0xAB619C) is unknown color: approx Violet Blue. HEX triplet: AB, 61 and 9C. RGB value is (171,97,156). Sum of RGB (Red+Green+Blue) = 171+97+156=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #AB619C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB619C is #549E63. Grayscale: #7D7D7D. Windows color (decimal): -5545572 or 10248619. OLE color: 10248619.

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

Color convert

RGB17197156-
CMYK00.430.090.33
HSL312.16º30.58%52.55%-
HSV(B)312.16º43.27%67.06%-
XYZ27.0719.6133.81-
YUV125.85145.02160.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.33%
GREEN value IS 97 (38.28% from 255) = 22.88%
BLUE value IS 156 (61.33% from 255) = 36.79%
R=40.33%
G=22.88%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719715600.430.090.33312.1630.5852.55
HexAB619C02B9211381f35
Octal25314123405311414703765
Binary101010111100001100111000101011100110000110011100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB619C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB619C; }

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

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

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

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

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

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

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

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