#a974c3

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

Shades of East Side #A974C3

Tints of East Side #A974C3

Color information

#A974C3 (or 0xA974C3) is unknown color: approx East Side. HEX triplet: A9, 74 and C3. RGB value is (169,116,195). Sum of RGB (Red+Green+Blue) = 169+116+195=480 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.21% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 195 (76.56% from 255 or 40.62% from 480); Max value from RGB is 195 - color contains mainly: blue. Hex color #A974C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A974C3 is #568B3C. Grayscale: #8C8C8C. Windows color (decimal): -5671741 or 12809385. OLE color: 12809385.

HSL color Cylindrical-coordinate representation of color #A974C3: hue angle of 280.25º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A974C3 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB169116195-
CMYK0.130.4100.24
HSL280.25º39.7%60.98%-
HSV(B)280.25º40.51%76.47%-
XYZ32.4624.8754.72-
YUV140.85158.56148.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.21%
GREEN value IS 116 (45.70% from 255) = 24.17%
BLUE value IS 195 (76.56% from 255) = 40.62%
R=35.21%
G=24.17%
B=40.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691161950.130.4100.24280.2539.760.98
HexA974C3D29018118283d
Octal25116430315510304305075
Binary101010011110100110000111101101001011000100011000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a974c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a974c3; }

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

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

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

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

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

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

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

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