#A875B4

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

Shades of East Side #A875B4

Tints of East Side #A875B4

Color information

#A875B4 (or 0xA875B4) is unknown color: approx East Side. HEX triplet: A8, 75 and B4. RGB value is (168,117,180). Sum of RGB (Red+Green+Blue) = 168+117+180=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 180 (70.70% from 255 or 38.71% from 465); Max value from RGB is 180 - color contains mainly: blue. Hex color #A875B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A875B4 is #578A4B. Grayscale: #8B8B8B. Windows color (decimal): -5737036 or 11826600. OLE color: 11826600.

HSL color Cylindrical-coordinate representation of color #A875B4: hue angle of 288.57º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A875B4 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB168117180-
CMYK0.070.3500.29
HSL288.57º29.58%58.24%-
HSV(B)288.57º35%70.59%-
XYZ30.7524.3446.26-
YUV139.43150.9148.38-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.13%
GREEN value IS 117 (46.09% from 255) = 25.16%
BLUE value IS 180 (70.70% from 255) = 38.71%
R=36.13%
G=25.16%
B=38.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681171800.070.3500.29288.5729.5858.24
HexA875B472301D1211e3a
Octal2501652647430354413672
Binary1010100011101011011010011110001101110110010000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A875B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A875B4; }

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

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

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

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

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

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

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

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