#A974BC

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

Shades of East Side #A974BC

Tints of East Side #A974BC

Color information

#A974BC (or 0xA974BC) is unknown color: approx East Side. HEX triplet: A9, 74 and BC. RGB value is (169,116,188). Sum of RGB (Red+Green+Blue) = 169+116+188=473 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.73% from 473); Green value is 116 (45.70% from 255 or 24.52% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #A974BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A974BC is #568B43. Grayscale: #8B8B8B. Windows color (decimal): -5671748 or 12350633. OLE color: 12350633.

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

Color convert

RGB169116188-
CMYK0.100.3800.26
HSL284.17º34.95%59.61%-
HSV(B)284.17º38.3%73.73%-
XYZ31.6824.5650.65-
YUV140.06155.06148.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.73%
GREEN value IS 116 (45.70% from 255) = 24.52%
BLUE value IS 188 (73.83% from 255) = 39.75%
R=35.73%
G=24.52%
B=39.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691161880.100.3800.26284.1734.9559.61
HexA974BCA2601A11c233c
Octal25116427412460324344374
Binary101010011110100101111001010100110011010100011100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A974BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A974BC; }

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

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

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

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

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

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

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

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