#AB6299

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

Shades of Violet Blue #AB6299

Tints of Violet Blue #AB6299

Color information

#AB6299 (or 0xAB6299) is unknown color: approx Violet Blue. HEX triplet: AB, 62 and 99. RGB value is (171,98,153). Sum of RGB (Red+Green+Blue) = 171+98+153=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6299 is #549D66. Grayscale: #7D7D7D. Windows color (decimal): -5545319 or 10052267. OLE color: 10052267.

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

Color convert

RGB17198153-
CMYK00.430.110.33
HSL314.79º30.29%52.75%-
HSV(B)314.79º42.69%67.06%-
XYZ26.9119.6932.52-
YUV126.1143.18160.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.52%
GREEN value IS 98 (38.67% from 255) = 23.22%
BLUE value IS 153 (60.16% from 255) = 36.26%
R=40.52%
G=23.22%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719815300.430.110.33314.7930.2952.75
HexAB629902BB2113b1e35
Octal25314223105313414733665
Binary101010111100010100110010101011101110000110011101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6299; }

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

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

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

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

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

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

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

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