#A875BE

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

Shades of East Side #A875BE

Tints of East Side #A875BE

Color information

#A875BE (or 0xA875BE) is unknown color: approx East Side. HEX triplet: A8, 75 and BE. RGB value is (168,117,190). Sum of RGB (Red+Green+Blue) = 168+117+190=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 117 (46.09% from 255 or 24.63% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #A875BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A875BE is #578A41. Grayscale: #8C8C8C. Windows color (decimal): -5737026 or 12481960. OLE color: 12481960.

HSL color Cylindrical-coordinate representation of color #A875BE: hue angle of 281.92º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A875BE is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB168117190-
CMYK0.120.3800.25
HSL281.92º35.96%60.2%-
HSV(B)281.92º38.42%74.51%-
XYZ31.824.7751.82-
YUV140.57155.9147.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.37%
GREEN value IS 117 (46.09% from 255) = 24.63%
BLUE value IS 190 (74.61% from 255) = 40%
R=35.37%
G=24.63%
B=40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681171900.120.3800.25281.9235.9660.2
HexA875BEC2601911a243c
Octal25016527614460314324474
Binary101010001110101101111101100100110011001100011010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A875BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A875BE; }

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

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

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

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

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

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

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

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