Html Css Color HEX #A679B5 East Side

📋 copy color: '#A679B5'

red 166 ◦ green 121 ◦ blue 181

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

Shades of East Side #A679B5

Tints of East Side #A679B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.68%

R = 35.47%
G = 25.85%
B = 38.68%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A679B5 (or 0xA679B5) is known color: East Side. HEX triplet: A6, 79 and B5. RGB value is (166,121,181). Sum of RGB (Red+Green+Blue) = 166+121+181=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 181 - color contains mainly: blue. Hex color #A679B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A679B5 is #59864A. Grayscale: #8D8D8D. Windows color (decimal): -5867083 or 11893158. OLE color: 11893158.

HSL color Cylindrical-coordinate representation of color #A679B5: hue angle of 285º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A679B5 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 121 181 -
CMYK 0.08 0.33 0 0.29
HSL 285º 0.29% 0.59% -
HSV(B) 285º 0.33% 0.71% -
XYZ 30.9 25.12 46.94 -
YUV 141.3 150.41 145.62 -
System Red Green Blue C M Y K H S L
Decimal 166 121 181 0.08 0.33 0 0.29 285 0.29 0.59
Hex A6 79 B5 8 21 0 1D 11D 1D 3B
Octal 246 171 265 10 41 0 35 435 35 73
Binary 10100110 1111001 10110101 1000 100001 0 11101 100011101 11101 111011

Color Harmonies of #A679B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A679B5

Black with #A679B5

Text Example


Text Example

White with #A679B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A679B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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