#AB62AF

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

Shades of Violet Blue #AB62AF

Tints of Violet Blue #AB62AF

Color information

#AB62AF (or 0xAB62AF) is unknown color: approx Violet Blue. HEX triplet: AB, 62 and AF. RGB value is (171,98,175). Sum of RGB (Red+Green+Blue) = 171+98+175=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 98 (38.67% from 255 or 22.07% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB62AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB62AF is #549D50. Grayscale: #808080. Windows color (decimal): -5545297 or 11494059. OLE color: 11494059.

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

Color convert

RGB17198175-
CMYK0.020.4400.31
HSL296.88º32.49%53.53%-
HSV(B)296.88º44%68.63%-
XYZ28.920.4942.99-
YUV128.6154.18158.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.51%
GREEN value IS 98 (38.67% from 255) = 22.07%
BLUE value IS 175 (68.75% from 255) = 39.41%
R=38.51%
G=22.07%
B=39.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171981750.020.4400.31296.8832.4953.53
HexAB62AF22C01F1292036
Octal2531422572540374514066
Binary1010101111000101010111110101100011111100101001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB62AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB62AF; }

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

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

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

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

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

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

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

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