#A874C0

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

Shades of East Side #A874C0

Tints of East Side #A874C0

Color information

#A874C0 (or 0xA874C0) is unknown color: approx East Side. HEX triplet: A8, 74 and C0. RGB value is (168,116,192). Sum of RGB (Red+Green+Blue) = 168+116+192=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 116 (45.70% from 255 or 24.37% from 476); Blue value is 192 (75.39% from 255 or 40.34% from 476); Max value from RGB is 192 - color contains mainly: blue. Hex color #A874C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A874C0 is #578B3F. Grayscale: #8B8B8B. Windows color (decimal): -5737280 or 12612776. OLE color: 12612776.

HSL color Cylindrical-coordinate representation of color #A874C0: hue angle of 281.05º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A874C0 is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB168116192-
CMYK0.120.4000.25
HSL281.05º37.62%60.39%-
HSV(B)281.05º39.58%75.29%-
XYZ31.9124.6252.94-
YUV140.21157.23147.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.29%
GREEN value IS 116 (45.70% from 255) = 24.37%
BLUE value IS 192 (75.39% from 255) = 40.34%
R=35.29%
G=24.37%
B=40.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681161920.120.4000.25281.0537.6260.39
HexA874C0C28019119263c
Octal25016430014500314314674
Binary101010001110100110000001100101000011001100011001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A874C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A874C0; }

 p { color: rgb(168,116,192); }

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

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

 a { background-color: rgb(168,116,192); }

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

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

 span { border-color: rgb(168,116,192); }

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