#A459AF

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

Shades of Violet Blue #A459AF

Tints of Violet Blue #A459AF

Color information

#A459AF (or 0xA459AF) is unknown color: approx Violet Blue. HEX triplet: A4, 59 and AF. RGB value is (164,89,175). Sum of RGB (Red+Green+Blue) = 164+89+175=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 89 (35.16% from 255 or 20.79% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 175 - color contains mainly: blue. Hex color #A459AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A459AF is #5BA650. Grayscale: #787878. Windows color (decimal): -6006353 or 11491748. OLE color: 11491748.

HSL color Cylindrical-coordinate representation of color #A459AF: hue angle of 292.33º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A459AF is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16489175-
CMYK0.060.4900.31
HSL292.33º34.96%51.76%-
HSV(B)292.33º49.14%68.63%-
XYZ26.6218.1342.65-
YUV121.23158.35158.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.32%
GREEN value IS 89 (35.16% from 255) = 20.79%
BLUE value IS 175 (68.75% from 255) = 40.89%
R=38.32%
G=20.79%
B=40.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal164891750.060.4900.31292.3334.9651.76
HexA459AF63101F1242334
Octal2441312576610374444364
Binary10100100101100110101111110110001011111100100100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A459AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A459AF; }

 p { color: rgb(164,89,175); }

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

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

 a { background-color: rgb(164,89,175); }

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

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

 span { border-color: rgb(164,89,175); }

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