#A675BE

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

Shades of East Side #A675BE

Tints of East Side #A675BE

Color information

#A675BE (or 0xA675BE) is unknown color: approx East Side. HEX triplet: A6, 75 and BE. RGB value is (166,117,190). Sum of RGB (Red+Green+Blue) = 166+117+190=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #A675BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A675BE is #598A41. Grayscale: #8B8B8B. Windows color (decimal): -5868098 or 12481958. OLE color: 12481958.

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

Color convert

RGB166117190-
CMYK0.130.3800.25
HSL280.27º35.96%60.2%-
HSV(B)280.27º38.42%74.51%-
XYZ31.3824.5551.8-
YUV139.97156.23146.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.10%
GREEN value IS 117 (46.09% from 255) = 24.74%
BLUE value IS 190 (74.61% from 255) = 40.17%
R=35.10%
G=24.74%
B=40.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661171900.130.3800.25280.2735.9660.2
HexA675BED26019118243c
Octal24616527615460314304474
Binary101001101110101101111101101100110011001100011000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A675BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A675BE; }

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

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

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

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

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

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

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

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