Html Css Color HEX #A679BE East Side

📋 copy color: '#A679BE'

red 166 ◦ green 121 ◦ blue 190

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

Shades of East Side #A679BE

Tints of East Side #A679BE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.37%

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

R = 34.8%
G = 25.37%
B = 39.83%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A679BE (or 0xA679BE) is known color: East Side. HEX triplet: A6, 79 and BE. RGB value is (166,121,190). Sum of RGB (Red+Green+Blue) = 166+121+190=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 121 (47.66% from 255 or 25.37% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #A679BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A679BE is #598641. Grayscale: #8E8E8E. Windows color (decimal): -5867074 or 12482982. OLE color: 12482982.

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

Color convert

RGB 166 121 190 -
CMYK 0.13 0.36 0 0.25
HSL 279.13º 0.35% 0.61% -
HSV(B) 279.13º 0.36% 0.75% -
XYZ 31.86 25.5 51.96 -
YUV 142.32 154.91 144.89 -
System Red Green Blue C M Y K H S L
Decimal 166 121 190 0.13 0.36 0 0.25 279.13 0.35 0.61
Hex A6 79 BE D 24 0 19 117 23 3D
Octal 246 171 276 15 44 0 31 427 43 75
Binary 10100110 1111001 10111110 1101 100100 0 11001 100010111 100011 111101

Color Harmonies of #A679BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A679BE

Black with #A679BE

Text Example


Text Example

White with #A679BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A679BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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