#A89BAD

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

Shades of Chatelle #A89BAD

Tints of Chatelle #A89BAD

Color information

#A89BAD (or 0xA89BAD) is unknown color: approx Chatelle. HEX triplet: A8, 9B and AD. RGB value is (168,155,173). Sum of RGB (Red+Green+Blue) = 168+155+173=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 173 - color contains mainly: blue. Hex color #A89BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89BAD is #576452. Grayscale: #A0A0A0. Windows color (decimal): -5727315 or 11377576. OLE color: 11377576.

HSL color Cylindrical-coordinate representation of color #A89BAD: hue angle of 283.33º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A89BAD is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB168155173-
CMYK0.030.1000.32
HSL283.33º9.89%64.31%-
HSV(B)283.33º10.4%67.84%-
XYZ35.4134.7844.38-
YUV160.94134.81133.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.87%
GREEN value IS 155 (60.94% from 255) = 31.25%
BLUE value IS 173 (67.97% from 255) = 34.88%
R=33.87%
G=31.25%
B=34.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681551730.030.1000.32283.339.8964.31
HexA89BAD3A02011ba40
Octal25023325531204043312100
Binary101010001001101110101101111010010000010001101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89BAD; }

 p { color: rgb(168,155,173); }

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

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

 a { background-color: rgb(168,155,173); }

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

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

 span { border-color: rgb(168,155,173); }

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