Html Css Color HEX #A579C0 East Side

📋 copy color: '#A579C0'

red 165 ◦ green 121 ◦ blue 192

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

Shades of East Side #A579C0

Tints of East Side #A579C0

RGB

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

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

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

R = 34.52%
G = 25.31%
B = 40.17%

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

#A579C0 (or 0xA579C0) is known color: East Side. HEX triplet: A5, 79 and C0. RGB value is (165,121,192). Sum of RGB (Red+Green+Blue) = 165+121+192=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 121 (47.66% from 255 or 25.31% from 478); Blue value is 192 (75.39% from 255 or 40.17% from 478); Max value from RGB is 192 - color contains mainly: blue. Hex color #A579C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A579C0 is #5A863F. Grayscale: #8E8E8E. Windows color (decimal): -5932608 or 12614053. OLE color: 12614053.

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

Color convert

RGB 165 121 192 -
CMYK 0.14 0.37 0 0.25
HSL 277.18º 0.36% 0.61% -
HSV(B) 277.18º 0.37% 0.75% -
XYZ 31.87 25.48 53.11 -
YUV 142.25 156.08 144.23 -
System Red Green Blue C M Y K H S L
Decimal 165 121 192 0.14 0.37 0 0.25 277.18 0.36 0.61
Hex A5 79 C0 E 25 0 19 115 24 3D
Octal 245 171 300 16 45 0 31 425 44 75
Binary 10100101 1111001 11000000 1110 100101 0 11001 100010101 100100 111101

Color Harmonies of #A579C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A579C0

Black with #A579C0

Text Example


Text Example

White with #A579C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A579C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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