#A975C1

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

Shades of East Side #A975C1

Tints of East Side #A975C1

Color information

#A975C1 (or 0xA975C1) is unknown color: approx East Side. HEX triplet: A9, 75 and C1. RGB value is (169,117,193). Sum of RGB (Red+Green+Blue) = 169+117+193=479 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.28% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 193 (75.78% from 255 or 40.29% from 479); Max value from RGB is 193 - color contains mainly: blue. Hex color #A975C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A975C1 is #568A3E. Grayscale: #8C8C8C. Windows color (decimal): -5671487 or 12678569. OLE color: 12678569.

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

Color convert

RGB169117193-
CMYK0.120.3900.24
HSL281.05º38%60.78%-
HSV(B)281.05º39.38%75.69%-
XYZ32.3525.0153.57-
YUV141.21157.23147.82-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.28%
GREEN value IS 117 (46.09% from 255) = 24.43%
BLUE value IS 193 (75.78% from 255) = 40.29%
R=35.28%
G=24.43%
B=40.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691171930.120.3900.24281.053860.78
HexA975C1C27018119263d
Octal25116530114470304314675
Binary101010011110101110000011100100111011000100011001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A975C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A975C1; }

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

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

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

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

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

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

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

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