#A693AB

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

Shades of East Side #A693AB

Tints of East Side #A693AB

Color information

#A693AB (or 0xA693AB) is unknown color: approx East Side. HEX triplet: A6, 93 and AB. RGB value is (166,147,171). Sum of RGB (Red+Green+Blue) = 166+147+171=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 171 - color contains mainly: blue. Hex color #A693AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A693AB is #596C54. Grayscale: #9B9B9B. Windows color (decimal): -5860437 or 11244454. OLE color: 11244454.

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

Color convert

RGB166147171-
CMYK0.030.1400.33
HSL287.5º12.5%62.35%-
HSV(B)287.5º14.04%67.06%-
XYZ33.5131.9142.92-
YUV155.42136.79135.55-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.30%
GREEN value IS 147 (57.81% from 255) = 30.37%
BLUE value IS 171 (67.19% from 255) = 35.33%
R=34.30%
G=30.37%
B=35.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661471710.030.1400.33287.512.562.35
HexA693AB3E021120c3e
Octal2462232533160414401476
Binary10100110100100111010101111111001000011001000001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A693AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A693AB; }

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

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

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

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

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

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

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

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