Html Css Color HEX #A580AE East Side

📋 copy color: '#A580AE'

red 165 ◦ green 128 ◦ blue 174

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

Shades of East Side #A580AE

Tints of East Side #A580AE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.41%

 BLUE value IS 174 (68.36% from 255) = 37.26%

R = 35.33%
G = 27.41%
B = 37.26%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A580AE (or 0xA580AE) is known color: East Side. HEX triplet: A5, 80 and AE. RGB value is (165,128,174). Sum of RGB (Red+Green+Blue) = 165+128+174=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 174 - color contains mainly: blue. Hex color #A580AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A580AE is #5A7F51. Grayscale: #909090. Windows color (decimal): -5930834 or 11436197. OLE color: 11436197.

HSL color Cylindrical-coordinate representation of color #A580AE: hue angle of 288.26º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A580AE is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 165 128 174 -
CMYK 0.05 0.26 0 0.32
HSL 288.26º 0.22% 0.59% -
HSV(B) 288.26º 0.26% 0.68% -
XYZ 30.88 26.49 43.53 -
YUV 144.31 144.76 142.76 -
System Red Green Blue C M Y K H S L
Decimal 165 128 174 0.05 0.26 0 0.32 288.26 0.22 0.59
Hex A5 80 AE 5 1A 0 20 120 16 3B
Octal 245 200 256 5 32 0 40 440 26 73
Binary 10100101 10000000 10101110 101 11010 0 100000 100100000 10110 111011

Color Harmonies of #A580AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A580AE

Black with #A580AE

Text Example


Text Example

White with #A580AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A580AE; }

 p { color: rgb(165,128,174); }

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

background-color css

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

 a { background-color: rgb(165,128,174); }

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

border-color css

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

 span { border-color: rgb(165,128,174); }

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