#A693AC

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

Shades of East Side #A693AC

Tints of East Side #A693AC

Color information

#A693AC (or 0xA693AC) is unknown color: approx East Side. HEX triplet: A6, 93 and AC. RGB value is (166,147,172). Sum of RGB (Red+Green+Blue) = 166+147+172=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 172 - color contains mainly: blue. Hex color #A693AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A693AC is #596C53. Grayscale: #9B9B9B. Windows color (decimal): -5860436 or 11309990. OLE color: 11309990.

HSL color Cylindrical-coordinate representation of color #A693AC: hue angle of 285.6º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A693AC is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB166147172-
CMYK0.030.1500.33
HSL285.6º13.09%62.55%-
HSV(B)285.6º14.53%67.45%-
XYZ33.6131.9543.43-
YUV155.53137.29135.47-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.23%
GREEN value IS 147 (57.81% from 255) = 30.31%
BLUE value IS 172 (67.58% from 255) = 35.46%
R=34.23%
G=30.31%
B=35.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661471720.030.1500.33285.613.0962.55
HexA693AC3F02111ed3f
Octal2462232543170414361577
Binary10100110100100111010110011111101000011000111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A693AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A693AC; }

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

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

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

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

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

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

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

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