Html Css Color HEX #A57FAF East Side

📋 copy color: '#A57FAF'

red 165 ◦ green 127 ◦ blue 175

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

Shades of East Side #A57FAF

Tints of East Side #A57FAF

RGB

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

 GREEN value IS 127 (50% from 255) = 27.19%

 BLUE value IS 175 (68.75% from 255) = 37.47%

R = 35.33%
G = 27.19%
B = 37.47%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A57FAF (or 0xA57FAF) is known color: East Side. HEX triplet: A5, 7F and AF. RGB value is (165,127,175). Sum of RGB (Red+Green+Blue) = 165+127+175=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 175 - color contains mainly: blue. Hex color #A57FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57FAF is #5A8050. Grayscale: #8F8F8F. Windows color (decimal): -5931089 or 11501477. OLE color: 11501477.

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

Color convert

RGB 165 127 175 -
CMYK 0.06 0.27 0 0.31
HSL 287.5º 0.23% 0.59% -
HSV(B) 287.5º 0.27% 0.69% -
XYZ 30.84 26.27 44 -
YUV 143.83 145.59 143.1 -
System Red Green Blue C M Y K H S L
Decimal 165 127 175 0.06 0.27 0 0.31 287.5 0.23 0.59
Hex A5 7F AF 6 1B 0 1F 120 17 3B
Octal 245 177 257 6 33 0 37 440 27 73
Binary 10100101 1111111 10101111 110 11011 0 11111 100100000 10111 111011

Color Harmonies of #A57FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57FAF

Black with #A57FAF

Text Example


Text Example

White with #A57FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57FAF; }

 p { color: rgb(165,127,175); }

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

background-color css

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

 a { background-color: rgb(165,127,175); }

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

border-color css

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

 span { border-color: rgb(165,127,175); }

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