#A875BD

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

Shades of East Side #A875BD

Tints of East Side #A875BD

Color information

#A875BD (or 0xA875BD) is unknown color: approx East Side. HEX triplet: A8, 75 and BD. RGB value is (168,117,189). Sum of RGB (Red+Green+Blue) = 168+117+189=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 189 - color contains mainly: blue. Hex color #A875BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A875BD is #578A42. Grayscale: #8C8C8C. Windows color (decimal): -5737027 or 12416424. OLE color: 12416424.

HSL color Cylindrical-coordinate representation of color #A875BD: hue angle of 282.5º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A875BD is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB168117189-
CMYK0.110.3800.26
HSL282.5º35.29%60%-
HSV(B)282.5º38.1%74.12%-
XYZ31.724.7251.25-
YUV140.46155.4147.65-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.44%
GREEN value IS 117 (46.09% from 255) = 24.68%
BLUE value IS 189 (74.22% from 255) = 39.87%
R=35.44%
G=24.68%
B=39.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681171890.110.3800.26282.535.2960
HexA875BDB2601A11a233c
Octal25016527513460324324374
Binary101010001110101101111011011100110011010100011010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A875BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A875BD; }

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

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

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

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

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

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

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

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