#AB649E

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

Shades of Violet Blue #AB649E

Tints of Violet Blue #AB649E

Color information

#AB649E (or 0xAB649E) is unknown color: approx Violet Blue. HEX triplet: AB, 64 and 9E. RGB value is (171,100,158). Sum of RGB (Red+Green+Blue) = 171+100+158=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #AB649E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB649E is #549B61. Grayscale: #7F7F7F. Windows color (decimal): -5544802 or 10380459. OLE color: 10380459.

HSL color Cylindrical-coordinate representation of color #AB649E: hue angle of 310.99º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB649E is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB171100158-
CMYK00.420.080.33
HSL310.99º29.71%53.14%-
HSV(B)310.99º41.52%67.06%-
XYZ27.5220.2434.8-
YUV127.84145.02158.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.86%
GREEN value IS 100 (39.45% from 255) = 23.31%
BLUE value IS 158 (62.11% from 255) = 36.83%
R=39.86%
G=23.31%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110015800.420.080.33310.9929.7153.14
HexAB649E02A8211371e35
Octal25314423605210414673665
Binary101010111100100100111100101010100010000110011011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB649E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB649E; }

 p { color: rgb(171,100,158); }

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

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

 a { background-color: rgb(171,100,158); }

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

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

 span { border-color: rgb(171,100,158); }

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