#AB62AE

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

Shades of Violet Blue #AB62AE

Tints of Violet Blue #AB62AE

Color information

#AB62AE (or 0xAB62AE) is unknown color: approx Violet Blue. HEX triplet: AB, 62 and AE. RGB value is (171,98,174). Sum of RGB (Red+Green+Blue) = 171+98+174=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 98 (38.67% from 255 or 22.12% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB62AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB62AE is #549D51. Grayscale: #808080. Windows color (decimal): -5545298 or 11428523. OLE color: 11428523.

HSL color Cylindrical-coordinate representation of color #AB62AE: hue angle of 297.63º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB62AE is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17198174-
CMYK0.020.4400.32
HSL297.63º31.93%53.33%-
HSV(B)297.63º43.68%68.24%-
XYZ28.820.4542.47-
YUV128.49153.68158.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.60%
GREEN value IS 98 (38.67% from 255) = 22.12%
BLUE value IS 174 (68.36% from 255) = 39.28%
R=38.60%
G=22.12%
B=39.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171981740.020.4400.32297.6331.9353.33
HexAB62AE22C02012a2035
Octal2531422562540404524065
Binary10101011110001010101110101011000100000100101010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB62AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB62AE; }

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

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

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

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

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

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

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

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