#A674BC

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

Shades of East Side #A674BC

Tints of East Side #A674BC

Color information

#A674BC (or 0xA674BC) is unknown color: approx East Side. HEX triplet: A6, 74 and BC. RGB value is (166,116,188). Sum of RGB (Red+Green+Blue) = 166+116+188=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: blue. Hex color #A674BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A674BC is #598B43. Grayscale: #8A8A8A. Windows color (decimal): -5868356 or 12350630. OLE color: 12350630.

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

Color convert

RGB166116188-
CMYK0.120.3800.26
HSL281.67º34.95%59.61%-
HSV(B)281.67º38.3%73.73%-
XYZ31.0524.2350.62-
YUV139.16155.56147.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.32%
GREEN value IS 116 (45.70% from 255) = 24.68%
BLUE value IS 188 (73.83% from 255) = 40%
R=35.32%
G=24.68%
B=40%

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
Decimal1661161880.120.3800.26281.6734.9559.61
HexA674BCC2601A11a233c
Octal24616427414460324324374
Binary101001101110100101111001100100110011010100011010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A674BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A674BC; }

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

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

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

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

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

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

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

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