#A774BF

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

Shades of East Side #A774BF

Tints of East Side #A774BF

Color information

#A774BF (or 0xA774BF) is unknown color: approx East Side. HEX triplet: A7, 74 and BF. RGB value is (167,116,191). Sum of RGB (Red+Green+Blue) = 167+116+191=474 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.23% from 474); Green value is 116 (45.70% from 255 or 24.47% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 191 - color contains mainly: blue. Hex color #A774BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A774BF is #588B40. Grayscale: #8B8B8B. Windows color (decimal): -5802817 or 12547239. OLE color: 12547239.

HSL color Cylindrical-coordinate representation of color #A774BF: hue angle of 280.8º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A774BF is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB167116191-
CMYK0.130.3900.25
HSL280.8º36.95%60.2%-
HSV(B)280.8º39.27%74.9%-
XYZ31.5924.4752.35-
YUV139.8156.9147.4-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.23%
GREEN value IS 116 (45.70% from 255) = 24.47%
BLUE value IS 191 (75% from 255) = 40.30%
R=35.23%
G=24.47%
B=40.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671161910.130.3900.25280.836.9560.2
HexA774BFD27019119253c
Octal24716427715470314314574
Binary101001111110100101111111101100111011001100011001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A774BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A774BF; }

 p { color: rgb(167,116,191); }

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

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

 a { background-color: rgb(167,116,191); }

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

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

 span { border-color: rgb(167,116,191); }

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