#A59FAA

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

Shades of Chatelle #A59FAA

Tints of Chatelle #A59FAA

Color information

#A59FAA (or 0xA59FAA) is unknown color: approx Chatelle. HEX triplet: A5, 9F and AA. RGB value is (165,159,170). Sum of RGB (Red+Green+Blue) = 165+159+170=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 170 - color contains mainly: blue. Hex color #A59FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59FAA is #5A6055. Grayscale: #A2A2A2. Windows color (decimal): -5922902 or 11181989. OLE color: 11181989.

HSL color Cylindrical-coordinate representation of color #A59FAA: hue angle of 272.73º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A59FAA is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB165159170-
CMYK0.030.0600.33
HSL272.73º6.08%64.51%-
HSV(B)272.73º6.47%66.67%-
XYZ35.1735.743.07-
YUV162.05132.49130.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.40%
GREEN value IS 159 (62.5% from 255) = 32.19%
BLUE value IS 170 (66.80% from 255) = 34.41%
R=33.40%
G=32.19%
B=34.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651591700.030.0600.33272.736.0864.51
HexA59FAA36021111641
Octal245237252360414216101
Binary1010010110011111101010101111001000011000100011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59FAA; }

 p { color: rgb(165,159,170); }

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

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

 a { background-color: rgb(165,159,170); }

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

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

 span { border-color: rgb(165,159,170); }

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