Html Css Color HEX #A676BE East Side

📋 copy color: '#A676BE'

red 166 ◦ green 118 ◦ blue 190

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

Shades of East Side #A676BE

Tints of East Side #A676BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.08%

R = 35.02%
G = 24.89%
B = 40.08%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A676BE (or 0xA676BE) is known color: East Side. HEX triplet: A6, 76 and BE. RGB value is (166,118,190). Sum of RGB (Red+Green+Blue) = 166+118+190=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 118 (46.48% from 255 or 24.89% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #A676BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A676BE is #598941. Grayscale: #8C8C8C. Windows color (decimal): -5867842 or 12482214. OLE color: 12482214.

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

Color convert

RGB 166 118 190 -
CMYK 0.13 0.38 0 0.25
HSL 280º 0.36% 0.6% -
HSV(B) 280º 0.38% 0.75% -
XYZ 31.5 24.78 51.84 -
YUV 140.56 155.9 146.15 -
System Red Green Blue C M Y K H S L
Decimal 166 118 190 0.13 0.38 0 0.25 280 0.36 0.6
Hex A6 76 BE D 26 0 19 118 24 3C
Octal 246 166 276 15 46 0 31 430 44 74
Binary 10100110 1110110 10111110 1101 100110 0 11001 100011000 100100 111100

Color Harmonies of #A676BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A676BE

Black with #A676BE

Text Example


Text Example

White with #A676BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A676BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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