#A979C1

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

Shades of East Side #A979C1

Tints of East Side #A979C1

Color information

#A979C1 (or 0xA979C1) is unknown color: approx East Side. HEX triplet: A9, 79 and C1. RGB value is (169,121,193). Sum of RGB (Red+Green+Blue) = 169+121+193=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 121 (47.66% from 255 or 25.05% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 193 - color contains mainly: blue. Hex color #A979C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A979C1 is #56863E. Grayscale: #8F8F8F. Windows color (decimal): -5670463 or 12679593. OLE color: 12679593.

HSL color Cylindrical-coordinate representation of color #A979C1: hue angle of 280º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A979C1 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB169121193-
CMYK0.120.3700.24
HSL280º36.73%61.57%-
HSV(B)280º37.31%75.69%-
XYZ32.8325.9653.73-
YUV143.56155.9146.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.99%
GREEN value IS 121 (47.66% from 255) = 25.05%
BLUE value IS 193 (75.78% from 255) = 39.96%
R=34.99%
G=25.05%
B=39.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691211930.120.3700.2428036.7361.57
HexA979C1C25018118253e
Octal25117130114450304304576
Binary101010011111001110000011100100101011000100011000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A979C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A979C1; }

 p { color: rgb(169,121,193); }

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

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

 a { background-color: rgb(169,121,193); }

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

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

 span { border-color: rgb(169,121,193); }

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