#A88DC6

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

Shades of East Side #A88DC6

Tints of East Side #A88DC6

Color information

#A88DC6 (or 0xA88DC6) is unknown color: approx East Side. HEX triplet: A8, 8D and C6. RGB value is (168,141,198). Sum of RGB (Red+Green+Blue) = 168+141+198=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 141 (55.47% from 255 or 27.81% from 507); Blue value is 198 (77.73% from 255 or 39.05% from 507); Max value from RGB is 198 - color contains mainly: blue. Hex color #A88DC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88DC6 is #577239. Grayscale: #9B9B9B. Windows color (decimal): -5730874 or 13012392. OLE color: 13012392.

HSL color Cylindrical-coordinate representation of color #A88DC6: hue angle of 268.42º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A88DC6 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB168141198-
CMYK0.150.2900.22
HSL268.42º33.33%66.47%-
HSV(B)268.42º28.79%77.65%-
XYZ35.8731.4557.61-
YUV155.57151.95136.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.14%
GREEN value IS 141 (55.47% from 255) = 27.81%
BLUE value IS 198 (77.73% from 255) = 39.05%
R=33.14%
G=27.81%
B=39.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1681411980.150.2900.22268.4233.3366.47
HexA88DC6F1D01610c2142
Octal250215306173502641441102
Binary1010100010001101110001101111111010101101000011001000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88DC6; }

 p { color: rgb(168,141,198); }

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

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

 a { background-color: rgb(168,141,198); }

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

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

 span { border-color: rgb(168,141,198); }

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