Html Css Color HEX #A579B0 East Side

📋 copy color: '#A579B0'

red 165 ◦ green 121 ◦ blue 176

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

Shades of East Side #A579B0

Tints of East Side #A579B0

RGB

 RED value IS 165 (64.84% from 255) = 35.71%

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

 BLUE value IS 176 (69.14% from 255) = 38.1%

R = 35.71%
G = 26.19%
B = 38.1%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A579B0 (or 0xA579B0) is known color: East Side. HEX triplet: A5, 79 and B0. RGB value is (165,121,176). Sum of RGB (Red+Green+Blue) = 165+121+176=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 176 (69.14% from 255 or 38.10% from 462); Max value from RGB is 176 - color contains mainly: blue. Hex color #A579B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A579B0 is #5A864F. Grayscale: #8C8C8C. Windows color (decimal): -5932624 or 11565477. OLE color: 11565477.

HSL color Cylindrical-coordinate representation of color #A579B0: hue angle of 288º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A579B0 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 121 176 -
CMYK 0.06 0.31 0 0.31
HSL 288º 0.26% 0.58% -
HSV(B) 288º 0.31% 0.69% -
XYZ 30.19 24.81 44.27 -
YUV 140.43 148.08 145.53 -
System Red Green Blue C M Y K H S L
Decimal 165 121 176 0.06 0.31 0 0.31 288 0.26 0.58
Hex A5 79 B0 6 1F 0 1F 120 1A 3A
Octal 245 171 260 6 37 0 37 440 32 72
Binary 10100101 1111001 10110000 110 11111 0 11111 100100000 11010 111010

Color Harmonies of #A579B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A579B0

Black with #A579B0

Text Example


Text Example

White with #A579B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A579B0; }

 p { color: rgb(165,121,176); }

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

background-color css

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

 a { background-color: rgb(165,121,176); }

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

border-color css

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

 span { border-color: rgb(165,121,176); }

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