#A875BB

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

Shades of East Side #A875BB

Tints of East Side #A875BB

Color information

#A875BB (or 0xA875BB) is unknown color: approx East Side. HEX triplet: A8, 75 and BB. RGB value is (168,117,187). Sum of RGB (Red+Green+Blue) = 168+117+187=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 187 - color contains mainly: blue. Hex color #A875BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A875BB is #578A44. Grayscale: #8C8C8C. Windows color (decimal): -5737029 or 12285352. OLE color: 12285352.

HSL color Cylindrical-coordinate representation of color #A875BB: hue angle of 283.71º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A875BB is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB168117187-
CMYK0.100.3700.27
HSL283.71º33.98%59.61%-
HSV(B)283.71º37.43%73.33%-
XYZ31.4824.6450.11-
YUV140.23154.4147.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.59%
GREEN value IS 117 (46.09% from 255) = 24.79%
BLUE value IS 187 (73.44% from 255) = 39.62%
R=35.59%
G=24.79%
B=39.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681171870.100.3700.27283.7133.9859.61
HexA875BBA2501B11c223c
Octal25016527312450334344274
Binary101010001110101101110111010100101011011100011100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A875BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A875BB; }

 p { color: rgb(168,117,187); }

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

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

 a { background-color: rgb(168,117,187); }

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

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

 span { border-color: rgb(168,117,187); }

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