Html Css Color HEX #A57BAD East Side

📋 copy color: '#A57BAD'

red 165 ◦ green 123 ◦ blue 173

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

Shades of East Side #A57BAD

Tints of East Side #A57BAD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.68%

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

R = 35.79%
G = 26.68%
B = 37.53%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A57BAD (or 0xA57BAD) is known color: East Side. HEX triplet: A5, 7B and AD. RGB value is (165,123,173). Sum of RGB (Red+Green+Blue) = 165+123+173=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 173 - color contains mainly: blue. Hex color #A57BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57BAD is #5A8452. Grayscale: #8D8D8D. Windows color (decimal): -5932115 or 11369381. OLE color: 11369381.

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

Color convert

RGB 165 123 173 -
CMYK 0.05 0.29 0 0.32
HSL 290.4º 0.23% 0.58% -
HSV(B) 290.4º 0.29% 0.68% -
XYZ 30.14 25.18 42.81 -
YUV 141.26 145.91 144.93 -
System Red Green Blue C M Y K H S L
Decimal 165 123 173 0.05 0.29 0 0.32 290.4 0.23 0.58
Hex A5 7B AD 5 1D 0 20 122 17 3A
Octal 245 173 255 5 35 0 40 442 27 72
Binary 10100101 1111011 10101101 101 11101 0 100000 100100010 10111 111010

Color Harmonies of #A57BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57BAD

Black with #A57BAD

Text Example


Text Example

White with #A57BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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