#A69FAA

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

Shades of Chatelle #A69FAA

Tints of Chatelle #A69FAA

Color information

#A69FAA (or 0xA69FAA) is unknown color: approx Chatelle. HEX triplet: A6, 9F and AA. RGB value is (166,159,170). Sum of RGB (Red+Green+Blue) = 166+159+170=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 170 - color contains mainly: blue. Hex color #A69FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69FAA is #596055. Grayscale: #A2A2A2. Windows color (decimal): -5857366 or 11181990. OLE color: 11181990.

HSL color Cylindrical-coordinate representation of color #A69FAA: hue angle of 278.18º 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 #A69FAA is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB166159170-
CMYK0.020.0600.33
HSL278.18º6.08%64.51%-
HSV(B)278.18º6.47%66.67%-
XYZ35.3835.8143.08-
YUV162.35132.32130.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.54%
GREEN value IS 159 (62.5% from 255) = 32.12%
BLUE value IS 170 (66.80% from 255) = 34.34%
R=33.54%
G=32.12%
B=34.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661591700.020.0600.33278.186.0864.51
HexA69FAA26021116641
Octal246237252260414266101
Binary1010011010011111101010101011001000011000101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69FAA; }

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

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

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

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

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

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

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

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