#AB63AE

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

Shades of Violet Blue #AB63AE

Tints of Violet Blue #AB63AE

Color information

#AB63AE (or 0xAB63AE) is unknown color: approx Violet Blue. HEX triplet: AB, 63 and AE. RGB value is (171,99,174). Sum of RGB (Red+Green+Blue) = 171+99+174=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 174 (68.36% from 255 or 39.19% from 444); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB63AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB63AE is #549C51. Grayscale: #808080. Windows color (decimal): -5545042 or 11428779. OLE color: 11428779.

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

Color convert

RGB17199174-
CMYK0.020.4300.32
HSL297.6º31.65%53.53%-
HSV(B)297.6º43.1%68.24%-
XYZ28.920.6442.5-
YUV129.08153.35157.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.51%
GREEN value IS 99 (39.06% from 255) = 22.30%
BLUE value IS 174 (68.36% from 255) = 39.19%
R=38.51%
G=22.30%
B=39.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171991740.020.4300.32297.631.6553.53
HexAB63AE22B02012a2036
Octal2531432562530404524066
Binary10101011110001110101110101010110100000100101010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB63AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB63AE; }

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

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

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

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

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

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

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

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