#A69DAD

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

Shades of East Side #A69DAD

Tints of East Side #A69DAD

Color information

#A69DAD (or 0xA69DAD) is unknown color: approx East Side. HEX triplet: A6, 9D and AD. RGB value is (166,157,173). Sum of RGB (Red+Green+Blue) = 166+157+173=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 157 (61.72% from 255 or 31.65% 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 #A69DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69DAD is #596252. Grayscale: #A1A1A1. Windows color (decimal): -5857875 or 11378086. OLE color: 11378086.

HSL color Cylindrical-coordinate representation of color #A69DAD: hue angle of 273.75º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A69DAD is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB166157173-
CMYK0.040.0900.32
HSL273.75º8.89%64.71%-
HSV(B)273.75º9.25%67.84%-
XYZ35.3335.2444.47-
YUV161.52134.48131.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.47%
GREEN value IS 157 (61.72% from 255) = 31.65%
BLUE value IS 173 (67.97% from 255) = 34.88%
R=33.47%
G=31.65%
B=34.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661571730.040.0900.32273.758.8964.71
HexA69DAD49020112941
Octal24623525541104042211101
Binary1010011010011101101011011001001010000010001001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69DAD; }

 p { color: rgb(166,157,173); }

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

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

 a { background-color: rgb(166,157,173); }

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

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

 span { border-color: rgb(166,157,173); }

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