#A675BA

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

Shades of East Side #A675BA

Tints of East Side #A675BA

Color information

#A675BA (or 0xA675BA) is unknown color: approx East Side. HEX triplet: A6, 75 and BA. RGB value is (166,117,186). Sum of RGB (Red+Green+Blue) = 166+117+186=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #A675BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A675BA is #598A45. Grayscale: #8B8B8B. Windows color (decimal): -5868102 or 12219814. OLE color: 12219814.

HSL color Cylindrical-coordinate representation of color #A675BA: hue angle of 282.61º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A675BA is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB166117186-
CMYK0.110.3700.27
HSL282.61º33.33%59.41%-
HSV(B)282.61º37.1%72.94%-
XYZ30.9524.3749.53-
YUV139.52154.23146.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.39%
GREEN value IS 117 (46.09% from 255) = 24.95%
BLUE value IS 186 (73.05% from 255) = 39.66%
R=35.39%
G=24.95%
B=39.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661171860.110.3700.27282.6133.3359.41
HexA675BAB2501B11b213b
Octal24616527213450334334173
Binary101001101110101101110101011100101011011100011011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A675BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A675BA; }

 p { color: rgb(166,117,186); }

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

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

 a { background-color: rgb(166,117,186); }

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

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

 span { border-color: rgb(166,117,186); }

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