#A675BD

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

Shades of East Side #A675BD

Tints of East Side #A675BD

Color information

#A675BD (or 0xA675BD) is unknown color: approx East Side. HEX triplet: A6, 75 and BD. RGB value is (166,117,189). Sum of RGB (Red+Green+Blue) = 166+117+189=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #A675BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A675BD is #598A42. Grayscale: #8B8B8B. Windows color (decimal): -5868099 or 12416422. OLE color: 12416422.

HSL color Cylindrical-coordinate representation of color #A675BD: hue angle of 280.83º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A675BD is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB166117189-
CMYK0.120.3800.26
HSL280.83º35.29%60%-
HSV(B)280.83º38.1%74.12%-
XYZ31.2724.551.23-
YUV139.86155.73146.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.17%
GREEN value IS 117 (46.09% from 255) = 24.79%
BLUE value IS 189 (74.22% from 255) = 40.04%
R=35.17%
G=24.79%
B=40.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661171890.120.3800.26280.8335.2960
HexA675BDC2601A119233c
Octal24616527514460324314374
Binary101001101110101101111011100100110011010100011001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A675BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A675BD; }

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

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

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

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

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

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

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

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