Html Css Color HEX #A57DB1 East Side

📋 copy color: '#A57DB1'

red 165 ◦ green 125 ◦ blue 177

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

Shades of East Side #A57DB1

Tints of East Side #A57DB1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.77%

 BLUE value IS 177 (69.53% from 255) = 37.9%

R = 35.33%
G = 26.77%
B = 37.9%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A57DB1 (or 0xA57DB1) is known color: East Side. HEX triplet: A5, 7D and B1. RGB value is (165,125,177). Sum of RGB (Red+Green+Blue) = 165+125+177=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 177 - color contains mainly: blue. Hex color #A57DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57DB1 is #5A824E. Grayscale: #8E8E8E. Windows color (decimal): -5931599 or 11632037. OLE color: 11632037.

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

Color convert

RGB 165 125 177 -
CMYK 0.07 0.29 0 0.31
HSL 286.15º 0.25% 0.59% -
HSV(B) 286.15º 0.29% 0.69% -
XYZ 30.79 25.84 44.96 -
YUV 142.89 147.25 143.77 -
System Red Green Blue C M Y K H S L
Decimal 165 125 177 0.07 0.29 0 0.31 286.15 0.25 0.59
Hex A5 7D B1 7 1D 0 1F 11E 19 3B
Octal 245 175 261 7 35 0 37 436 31 73
Binary 10100101 1111101 10110001 111 11101 0 11111 100011110 11001 111011

Color Harmonies of #A57DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57DB1

Black with #A57DB1

Text Example


Text Example

White with #A57DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57DB1; }

 p { color: rgb(165,125,177); }

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

background-color css

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

 a { background-color: rgb(165,125,177); }

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

border-color css

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

 span { border-color: rgb(165,125,177); }

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