#A59EAF

Color #A59EAF Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #A59EAF

Tints of Cold Purple #A59EAF

Color information

#A59EAF (or 0xA59EAF) is unknown color: approx Cold Purple. HEX triplet: A5, 9E and AF. RGB value is (165,158,175). Sum of RGB (Red+Green+Blue) = 165+158+175=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 175 - color contains mainly: blue. Hex color #A59EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59EAF is #5A6150. Grayscale: #A1A1A1. Windows color (decimal): -5923153 or 11509413. OLE color: 11509413.

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

Color convert

RGB165158175-
CMYK0.060.1000.31
HSL264.71º9.6%65.29%-
HSV(B)264.71º9.71%68.63%-
XYZ35.4835.5545.55-
YUV162.03135.32130.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.13%
GREEN value IS 158 (62.11% from 255) = 31.73%
BLUE value IS 175 (68.75% from 255) = 35.14%
R=33.13%
G=31.73%
B=35.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651581750.060.1000.31264.719.665.29
HexA59EAF6A01F109a41
Octal24523625761203741112101
Binary101001011001111010101111110101001111110000100110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59EAF; }

 p { color: rgb(165,158,175); }

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

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

 a { background-color: rgb(165,158,175); }

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

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

 span { border-color: rgb(165,158,175); }

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