#A775BE

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

Shades of East Side #A775BE

Tints of East Side #A775BE

Color information

#A775BE (or 0xA775BE) is unknown color: approx East Side. HEX triplet: A7, 75 and BE. RGB value is (167,117,190). Sum of RGB (Red+Green+Blue) = 167+117+190=474 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.23% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #A775BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A775BE is #588A41. Grayscale: #8C8C8C. Windows color (decimal): -5802562 or 12481959. OLE color: 12481959.

HSL color Cylindrical-coordinate representation of color #A775BE: hue angle of 281.1º 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 #A775BE is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB167117190-
CMYK0.120.3800.25
HSL281.1º35.96%60.2%-
HSV(B)281.1º38.42%74.51%-
XYZ31.5924.6651.81-
YUV140.27156.06147.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.23%
GREEN value IS 117 (46.09% from 255) = 24.68%
BLUE value IS 190 (74.61% from 255) = 40.08%
R=35.23%
G=24.68%
B=40.08%

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
Decimal1671171900.120.3800.25281.135.9660.2
HexA775BEC26019119243c
Octal24716527614460314314474
Binary101001111110101101111101100100110011001100011001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A775BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A775BE; }

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

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

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

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

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

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

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

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