Html Css Color HEX #A676BC East Side

📋 copy color: '#A676BC'

red 166 ◦ green 118 ◦ blue 188

#A676BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #A676BC

Tints of East Side #A676BC

RGB

 RED value IS 166 (65.23% from 255) = 35.17%

 GREEN value IS 118 (46.48% from 255) = 25%

 BLUE value IS 188 (73.83% from 255) = 39.83%

R = 35.17%
G = 25%
B = 39.83%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A676BC (or 0xA676BC) is known color: East Side. HEX triplet: A6, 76 and BC. RGB value is (166,118,188). Sum of RGB (Red+Green+Blue) = 166+118+188=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 118 (46.48% from 255 or 25% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #A676BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A676BC is #598943. Grayscale: #8C8C8C. Windows color (decimal): -5867844 or 12351142. OLE color: 12351142.

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

Color convert

RGB 166 118 188 -
CMYK 0.12 0.37 0 0.26
HSL 281.14º 0.34% 0.6% -
HSV(B) 281.14º 0.37% 0.74% -
XYZ 31.28 24.69 50.69 -
YUV 140.33 154.9 146.31 -
System Red Green Blue C M Y K H S L
Decimal 166 118 188 0.12 0.37 0 0.26 281.14 0.34 0.6
Hex A6 76 BC C 25 0 1A 119 22 3C
Octal 246 166 274 14 45 0 32 431 42 74
Binary 10100110 1110110 10111100 1100 100101 0 11010 100011001 100010 111100

Color Harmonies of #A676BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A676BC

Black with #A676BC

Text Example


Text Example

White with #A676BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A676BC; }

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

 H1.HeaderClassName
 {
   color: #A676BC;
 }
 .AnyTagClassName
 {
   color: #A676BC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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