Html Css Color HEX #A57EBA East Side

📋 copy color: '#A57EBA'

red 165 ◦ green 126 ◦ blue 186

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

Shades of East Side #A57EBA

Tints of East Side #A57EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.99%

R = 34.59%
G = 26.42%
B = 38.99%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A57EBA (or 0xA57EBA) is known color: East Side. HEX triplet: A5, 7E and BA. RGB value is (165,126,186). Sum of RGB (Red+Green+Blue) = 165+126+186=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #A57EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57EBA is #5A8145. Grayscale: #909090. Windows color (decimal): -5931334 or 12222117. OLE color: 12222117.

HSL color Cylindrical-coordinate representation of color #A57EBA: hue angle of 279º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A57EBA is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 126 186 -
CMYK 0.11 0.32 0 0.27
HSL 279º 0.3% 0.61% -
HSV(B) 279º 0.32% 0.73% -
XYZ 31.84 26.47 49.88 -
YUV 144.5 151.42 142.62 -
System Red Green Blue C M Y K H S L
Decimal 165 126 186 0.11 0.32 0 0.27 279 0.3 0.61
Hex A5 7E BA B 20 0 1B 117 1E 3D
Octal 245 176 272 13 40 0 33 427 36 75
Binary 10100101 1111110 10111010 1011 100000 0 11011 100010111 11110 111101

Color Harmonies of #A57EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57EBA

Black with #A57EBA

Text Example


Text Example

White with #A57EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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