#A875B6

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

Shades of East Side #A875B6

Tints of East Side #A875B6

Color information

#A875B6 (or 0xA875B6) is unknown color: approx East Side. HEX triplet: A8, 75 and B6. RGB value is (168,117,182). Sum of RGB (Red+Green+Blue) = 168+117+182=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 182 (71.48% from 255 or 38.97% from 467); Max value from RGB is 182 - color contains mainly: blue. Hex color #A875B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A875B6 is #578A49. Grayscale: #8B8B8B. Windows color (decimal): -5737034 or 11957672. OLE color: 11957672.

HSL color Cylindrical-coordinate representation of color #A875B6: hue angle of 287.08º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A875B6 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB168117182-
CMYK0.080.3600.29
HSL287.08º30.81%58.63%-
HSV(B)287.08º35.71%71.37%-
XYZ30.9524.4247.34-
YUV139.66151.9148.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.97%
GREEN value IS 117 (46.09% from 255) = 25.05%
BLUE value IS 182 (71.48% from 255) = 38.97%
R=35.97%
G=25.05%
B=38.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681171820.080.3600.29287.0830.8158.63
HexA875B682401D11f1f3b
Octal25016526610440354373773
Binary10101000111010110110110100010010001110110001111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A875B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A875B6; }

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

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

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

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

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

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

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

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