#A88DC5

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

Shades of East Side #A88DC5

Tints of East Side #A88DC5

Color information

#A88DC5 (or 0xA88DC5) is unknown color: approx East Side. HEX triplet: A8, 8D and C5. RGB value is (168,141,197). Sum of RGB (Red+Green+Blue) = 168+141+197=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 197 - color contains mainly: blue. Hex color #A88DC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88DC5 is #57723A. Grayscale: #9B9B9B. Windows color (decimal): -5730875 or 12946856. OLE color: 12946856.

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

Color convert

RGB168141197-
CMYK0.150.2800.23
HSL268.93º32.56%66.27%-
HSV(B)268.93º28.43%77.25%-
XYZ35.7531.4157-
YUV155.46151.45136.95-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.20%
GREEN value IS 141 (55.47% from 255) = 27.87%
BLUE value IS 197 (77.34% from 255) = 38.93%
R=33.20%
G=27.87%
B=38.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1681411970.150.2800.23268.9332.5666.27
HexA88DC5F1C01710d2142
Octal250215305173402741541102
Binary1010100010001101110001011111111000101111000011011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88DC5; }

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

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

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

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

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

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

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

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