Html Css Color HEX #A57EAD East Side

📋 copy color: '#A57EAD'

red 165 ◦ green 126 ◦ blue 173

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

Shades of East Side #A57EAD

Tints of East Side #A57EAD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.16%

 BLUE value IS 173 (67.97% from 255) = 37.28%

R = 35.56%
G = 27.16%
B = 37.28%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A57EAD (or 0xA57EAD) is known color: East Side. HEX triplet: A5, 7E and AD. RGB value is (165,126,173). Sum of RGB (Red+Green+Blue) = 165+126+173=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 126 (49.61% from 255 or 27.16% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 173 - color contains mainly: blue. Hex color #A57EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57EAD is #5A8152. Grayscale: #8E8E8E. Windows color (decimal): -5931347 or 11370149. OLE color: 11370149.

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

Color convert

RGB 165 126 173 -
CMYK 0.05 0.27 0 0.32
HSL 289.79º 0.22% 0.59% -
HSV(B) 289.79º 0.27% 0.68% -
XYZ 30.52 25.94 42.93 -
YUV 143.02 144.92 143.68 -
System Red Green Blue C M Y K H S L
Decimal 165 126 173 0.05 0.27 0 0.32 289.79 0.22 0.59
Hex A5 7E AD 5 1B 0 20 122 16 3B
Octal 245 176 255 5 33 0 40 442 26 73
Binary 10100101 1111110 10101101 101 11011 0 100000 100100010 10110 111011

Color Harmonies of #A57EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57EAD

Black with #A57EAD

Text Example


Text Example

White with #A57EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57EAD; }

 p { color: rgb(165,126,173); }

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

background-color css

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

 a { background-color: rgb(165,126,173); }

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

border-color css

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

 span { border-color: rgb(165,126,173); }

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