#A875BA

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

Shades of East Side #A875BA

Tints of East Side #A875BA

Color information

#A875BA (or 0xA875BA) is unknown color: approx East Side. HEX triplet: A8, 75 and BA. RGB value is (168,117,186). Sum of RGB (Red+Green+Blue) = 168+117+186=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #A875BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A875BA is #578A45. Grayscale: #8B8B8B. Windows color (decimal): -5737030 or 12219816. OLE color: 12219816.

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

Color convert

RGB168117186-
CMYK0.100.3700.27
HSL284.35º33.33%59.41%-
HSV(B)284.35º37.1%72.94%-
XYZ31.3724.5949.55-
YUV140.12153.9147.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.67%
GREEN value IS 117 (46.09% from 255) = 24.84%
BLUE value IS 186 (73.05% from 255) = 39.49%
R=35.67%
G=24.84%
B=39.49%

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
Decimal1681171860.100.3700.27284.3533.3359.41
HexA875BAA2501B11c213b
Octal25016527212450334344173
Binary101010001110101101110101010100101011011100011100100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A875BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A875BA; }

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

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

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

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

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

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

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

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