#A675BC

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

Shades of East Side #A675BC

Tints of East Side #A675BC

Color information

#A675BC (or 0xA675BC) is unknown color: approx East Side. HEX triplet: A6, 75 and BC. RGB value is (166,117,188). Sum of RGB (Red+Green+Blue) = 166+117+188=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #A675BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A675BC is #598A43. Grayscale: #8B8B8B. Windows color (decimal): -5868100 or 12350886. OLE color: 12350886.

HSL color Cylindrical-coordinate representation of color #A675BC: hue angle of 281.41º 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 #A675BC is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB166117188-
CMYK0.120.3800.26
HSL281.41º34.63%59.8%-
HSV(B)281.41º37.77%73.73%-
XYZ31.1624.4650.66-
YUV139.74155.23146.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.24%
GREEN value IS 117 (46.09% from 255) = 24.84%
BLUE value IS 188 (73.83% from 255) = 39.92%
R=35.24%
G=24.84%
B=39.92%

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
Decimal1661171880.120.3800.26281.4134.6359.8
HexA675BCC2601A119233c
Octal24616527414460324314374
Binary101001101110101101111001100100110011010100011001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A675BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A675BC; }

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

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

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

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

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

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

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

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