#A974BD

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

Shades of East Side #A974BD

Tints of East Side #A974BD

Color information

#A974BD (or 0xA974BD) is unknown color: approx East Side. HEX triplet: A9, 74 and BD. RGB value is (169,116,189). Sum of RGB (Red+Green+Blue) = 169+116+189=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 116 (45.70% from 255 or 24.47% 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 #A974BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A974BD is #568B42. Grayscale: #8B8B8B. Windows color (decimal): -5671747 or 12416169. OLE color: 12416169.

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

Color convert

RGB169116189-
CMYK0.110.3900.26
HSL283.56º35.61%59.8%-
HSV(B)283.56º38.62%74.12%-
XYZ31.7924.651.22-
YUV140.17155.56148.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.65%
GREEN value IS 116 (45.70% from 255) = 24.47%
BLUE value IS 189 (74.22% from 255) = 39.87%
R=35.65%
G=24.47%
B=39.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691161890.110.3900.26283.5635.6159.8
HexA974BDB2701A11c243c
Octal25116427513470324344474
Binary101010011110100101111011011100111011010100011100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A974BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A974BD; }

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

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

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

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

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

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

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

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