#A698B2

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

Shades of East Side #A698B2

Tints of East Side #A698B2

Color information

#A698B2 (or 0xA698B2) is unknown color: approx East Side. HEX triplet: A6, 98 and B2. RGB value is (166,152,178). Sum of RGB (Red+Green+Blue) = 166+152+178=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 178 (69.92% from 255 or 35.89% from 496); Max value from RGB is 178 - color contains mainly: blue. Hex color #A698B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A698B2 is #59674D. Grayscale: #9F9F9F. Windows color (decimal): -5859150 or 11704486. OLE color: 11704486.

HSL color Cylindrical-coordinate representation of color #A698B2: hue angle of 272.31º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A698B2 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB166152178-
CMYK0.070.1500.30
HSL272.31º14.44%64.71%-
HSV(B)272.31º14.61%69.8%-
XYZ34.9933.7846.8-
YUV159.15138.64132.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.47%
GREEN value IS 152 (59.77% from 255) = 30.65%
BLUE value IS 178 (69.92% from 255) = 35.89%
R=33.47%
G=30.65%
B=35.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1661521780.070.1500.30272.3114.4464.71
HexA698B27F01E110e41
Octal24623026271703642016101
Binary101001101001100010110010111111101111010001000011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A698B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A698B2; }

 p { color: rgb(166,152,178); }

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

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

 a { background-color: rgb(166,152,178); }

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

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

 span { border-color: rgb(166,152,178); }

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