#A693AE

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

Shades of East Side #A693AE

Tints of East Side #A693AE

Color information

#A693AE (or 0xA693AE) is unknown color: approx East Side. HEX triplet: A6, 93 and AE. RGB value is (166,147,174). Sum of RGB (Red+Green+Blue) = 166+147+174=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 147 (57.81% from 255 or 30.18% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 174 - color contains mainly: blue. Hex color #A693AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A693AE is #596C51. Grayscale: #9B9B9B. Windows color (decimal): -5860434 or 11441062. OLE color: 11441062.

HSL color Cylindrical-coordinate representation of color #A693AE: hue angle of 282.22º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A693AE is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB166147174-
CMYK0.050.1600.32
HSL282.22º14.29%62.94%-
HSV(B)282.22º15.52%68.24%-
XYZ33.832.0344.45-
YUV155.76138.29135.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.09%
GREEN value IS 147 (57.81% from 255) = 30.18%
BLUE value IS 174 (68.36% from 255) = 35.73%
R=34.09%
G=30.18%
B=35.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661471740.050.1600.32282.2214.2962.94
HexA693AE51002011ae3f
Octal2462232565200404321677
Binary1010011010010011101011101011000001000001000110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A693AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A693AE; }

 p { color: rgb(166,147,174); }

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

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

 a { background-color: rgb(166,147,174); }

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

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

 span { border-color: rgb(166,147,174); }

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