#A975C4

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

Shades of East Side #A975C4

Tints of East Side #A975C4

Color information

#A975C4 (or 0xA975C4) is unknown color: approx East Side. HEX triplet: A9, 75 and C4. RGB value is (169,117,196). Sum of RGB (Red+Green+Blue) = 169+117+196=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 196 (76.95% from 255 or 40.66% from 482); Max value from RGB is 196 - color contains mainly: blue. Hex color #A975C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A975C4 is #568A3B. Grayscale: #8D8D8D. Windows color (decimal): -5671484 or 12875177. OLE color: 12875177.

HSL color Cylindrical-coordinate representation of color #A975C4: hue angle of 279.49º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A975C4 is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB169117196-
CMYK0.140.4000.23
HSL279.49º40.1%61.37%-
HSV(B)279.49º40.31%76.86%-
XYZ32.6925.1455.35-
YUV141.55158.73147.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.06%
GREEN value IS 117 (46.09% from 255) = 24.27%
BLUE value IS 196 (76.95% from 255) = 40.66%
R=35.06%
G=24.27%
B=40.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1691171960.140.4000.23279.4940.161.37
HexA975C4E28017117283d
Octal25116530416500274275075
Binary101010011110101110001001110101000010111100010111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A975C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A975C4; }

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

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

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

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

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

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

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

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