#A693AD

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

Shades of East Side #A693AD

Tints of East Side #A693AD

Color information

#A693AD (or 0xA693AD) is unknown color: approx East Side. HEX triplet: A6, 93 and AD. RGB value is (166,147,173). Sum of RGB (Red+Green+Blue) = 166+147+173=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 173 - color contains mainly: blue. Hex color #A693AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A693AD is #596C52. Grayscale: #9B9B9B. Windows color (decimal): -5860435 or 11375526. OLE color: 11375526.

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

Color convert

RGB166147173-
CMYK0.040.1500.32
HSL283.85º13.68%62.75%-
HSV(B)283.85º15.03%67.84%-
XYZ33.731.9943.93-
YUV155.65137.79135.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.16%
GREEN value IS 147 (57.81% from 255) = 30.25%
BLUE value IS 173 (67.97% from 255) = 35.60%
R=34.16%
G=30.25%
B=35.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661471730.040.1500.32283.8513.6862.75
HexA693AD4F02011ce3f
Octal2462232554170404341677
Binary101001101001001110101101100111101000001000111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A693AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A693AD; }

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

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

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

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

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

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

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

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