Html Css Color HEX #A679C0 East Side

📋 copy color: '#A679C0'

red 166 ◦ green 121 ◦ blue 192

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

Shades of East Side #A679C0

Tints of East Side #A679C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.08%

R = 34.66%
G = 25.26%
B = 40.08%

CMYK

 C value IS 0.14

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A679C0 (or 0xA679C0) is known color: East Side. HEX triplet: A6, 79 and C0. RGB value is (166,121,192). Sum of RGB (Red+Green+Blue) = 166+121+192=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 121 (47.66% from 255 or 25.26% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 192 - color contains mainly: blue. Hex color #A679C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A679C0 is #59863F. Grayscale: #8E8E8E. Windows color (decimal): -5867072 or 12614054. OLE color: 12614054.

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

Color convert

RGB 166 121 192 -
CMYK 0.14 0.37 0 0.25
HSL 278.03º 0.36% 0.61% -
HSV(B) 278.03º 0.37% 0.75% -
XYZ 32.08 25.59 53.12 -
YUV 142.55 155.91 144.73 -
System Red Green Blue C M Y K H S L
Decimal 166 121 192 0.14 0.37 0 0.25 278.03 0.36 0.61
Hex A6 79 C0 E 25 0 19 116 24 3D
Octal 246 171 300 16 45 0 31 426 44 75
Binary 10100110 1111001 11000000 1110 100101 0 11001 100010110 100100 111101

Color Harmonies of #A679C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A679C0

Black with #A679C0

Text Example


Text Example

White with #A679C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A679C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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