#A974BE

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

Shades of East Side #A974BE

Tints of East Side #A974BE

Color information

#A974BE (or 0xA974BE) is unknown color: approx East Side. HEX triplet: A9, 74 and BE. RGB value is (169,116,190). Sum of RGB (Red+Green+Blue) = 169+116+190=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 116 (45.70% from 255 or 24.42% 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 #A974BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A974BE is #568B41. Grayscale: #8C8C8C. Windows color (decimal): -5671746 or 12481705. OLE color: 12481705.

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

Color convert

RGB169116190-
CMYK0.110.3900.25
HSL282.97º36.27%60%-
HSV(B)282.97º38.95%74.51%-
XYZ31.924.6451.79-
YUV140.28156.06148.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.58%
GREEN value IS 116 (45.70% from 255) = 24.42%
BLUE value IS 190 (74.61% from 255) = 40%
R=35.58%
G=24.42%
B=40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691161900.110.3900.25282.9736.2760
HexA974BEB2701911b243c
Octal25116427613470314334474
Binary101010011110100101111101011100111011001100011011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A974BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A974BE; }

 p { color: rgb(169,116,190); }

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

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

 a { background-color: rgb(169,116,190); }

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

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

 span { border-color: rgb(169,116,190); }

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