#AB40A7

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

Shades of Violet Blue #AB40A7

Tints of Violet Blue #AB40A7

Color information

#AB40A7 (or 0xAB40A7) is unknown color: approx Violet Blue. HEX triplet: AB, 40 and A7. RGB value is (171,64,167). Sum of RGB (Red+Green+Blue) = 171+64+167=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 64 (25.39% from 255 or 15.92% from 402); Blue value is 167 (65.62% from 255 or 41.54% from 402); Max value from RGB is 171 - color contains mainly: red. Hex color #AB40A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB40A7 is #54BF58. Grayscale: #6B6B6B. Windows color (decimal): -5554009 or 10961067. OLE color: 10961067.

HSL color Cylindrical-coordinate representation of color #AB40A7: hue angle of 302.24º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB40A7 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB17164167-
CMYK00.630.020.33
HSL302.24º45.53%46.08%-
HSV(B)302.24º62.57%67.06%-
XYZ25.615.1138.13-
YUV107.74161.45173.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.54%
GREEN value IS 64 (25.39% from 255) = 15.92%
BLUE value IS 167 (65.62% from 255) = 41.54%
R=42.54%
G=15.92%
B=41.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716416700.630.020.33302.2445.5346.08
HexAB40A703F22112e2e2e
Octal2531002470772414565656
Binary10101011100000010100111011111110100001100101110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB40A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB40A7; }

 p { color: rgb(171,64,167); }

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

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

 a { background-color: rgb(171,64,167); }

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

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

 span { border-color: rgb(171,64,167); }

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