#A875C1

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

Shades of East Side #A875C1

Tints of East Side #A875C1

Color information

#A875C1 (or 0xA875C1) is unknown color: approx East Side. HEX triplet: A8, 75 and C1. RGB value is (168,117,193). Sum of RGB (Red+Green+Blue) = 168+117+193=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 117 (46.09% from 255 or 24.48% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 193 - color contains mainly: blue. Hex color #A875C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A875C1 is #578A3E. Grayscale: #8C8C8C. Windows color (decimal): -5737023 or 12678568. OLE color: 12678568.

HSL color Cylindrical-coordinate representation of color #A875C1: hue angle of 280.26º 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 #A875C1 is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB168117193-
CMYK0.130.3900.24
HSL280.26º38%60.78%-
HSV(B)280.26º39.38%75.69%-
XYZ32.1424.953.56-
YUV140.91157.4147.32-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.15%
GREEN value IS 117 (46.09% from 255) = 24.48%
BLUE value IS 193 (75.78% from 255) = 40.38%
R=35.15%
G=24.48%
B=40.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681171930.130.3900.24280.263860.78
HexA875C1D27018118263d
Octal25016530115470304304675
Binary101010001110101110000011101100111011000100011000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A875C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A875C1; }

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

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

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

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

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

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

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

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