#AB45A8

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

Shades of Violet Blue #AB45A8

Tints of Violet Blue #AB45A8

Color information

#AB45A8 (or 0xAB45A8) is unknown color: approx Violet Blue. HEX triplet: AB, 45 and A8. RGB value is (171,69,168). Sum of RGB (Red+Green+Blue) = 171+69+168=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 69 (27.34% from 255 or 16.91% from 408); Blue value is 168 (66.02% from 255 or 41.18% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB45A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB45A8 is #54BA57. Grayscale: #6E6E6E. Windows color (decimal): -5552728 or 11027883. OLE color: 11027883.

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

Color convert

RGB17169168-
CMYK00.600.020.33
HSL301.76º42.5%47.06%-
HSV(B)301.76º59.65%67.06%-
XYZ25.9915.7438.71-
YUV110.78160.29170.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.91%
GREEN value IS 69 (27.34% from 255) = 16.91%
BLUE value IS 168 (66.02% from 255) = 41.18%
R=41.91%
G=16.91%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716916800.600.020.33301.7642.547.06
HexAB45A803C22112e2a2f
Octal2531052500742414565257
Binary10101011100010110101000011110010100001100101110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB45A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB45A8; }

 p { color: rgb(171,69,168); }

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

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

 a { background-color: rgb(171,69,168); }

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

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

 span { border-color: rgb(171,69,168); }

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