#AB629C

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

Shades of Violet Blue #AB629C

Tints of Violet Blue #AB629C

Color information

#AB629C (or 0xAB629C) is unknown color: approx Violet Blue. HEX triplet: AB, 62 and 9C. RGB value is (171,98,156). Sum of RGB (Red+Green+Blue) = 171+98+156=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #AB629C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB629C is #549D63. Grayscale: #7E7E7E. Windows color (decimal): -5545316 or 10248875. OLE color: 10248875.

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

Color convert

RGB17198156-
CMYK00.430.090.33
HSL312.33º30.29%52.75%-
HSV(B)312.33º42.69%67.06%-
XYZ27.1619.7933.84-
YUV126.44144.68159.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.24%
GREEN value IS 98 (38.67% from 255) = 23.06%
BLUE value IS 156 (61.33% from 255) = 36.71%
R=40.24%
G=23.06%
B=36.71%

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
Decimal1719815600.430.090.33312.3330.2952.75
HexAB629C02B9211381e35
Octal25314223405311414703665
Binary101010111100010100111000101011100110000110011100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB629C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB629C; }

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

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

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

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

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

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

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

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