Html Css Color HEX #A57ABB East Side

📋 copy color: '#A57ABB'

red 165 ◦ green 122 ◦ blue 187

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

Shades of East Side #A57ABB

Tints of East Side #A57ABB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.74%

 BLUE value IS 187 (73.44% from 255) = 39.45%

R = 34.81%
G = 25.74%
B = 39.45%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A57ABB (or 0xA57ABB) is known color: East Side. HEX triplet: A5, 7A and BB. RGB value is (165,122,187). Sum of RGB (Red+Green+Blue) = 165+122+187=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 187 - color contains mainly: blue. Hex color #A57ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57ABB is #5A8544. Grayscale: #8E8E8E. Windows color (decimal): -5932357 or 12286629. OLE color: 12286629.

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

Color convert

RGB 165 122 187 -
CMYK 0.12 0.35 0 0.27
HSL 279.69º 0.32% 0.61% -
HSV(B) 279.69º 0.35% 0.73% -
XYZ 31.45 25.51 50.28 -
YUV 142.27 153.25 144.21 -
System Red Green Blue C M Y K H S L
Decimal 165 122 187 0.12 0.35 0 0.27 279.69 0.32 0.61
Hex A5 7A BB C 23 0 1B 118 20 3D
Octal 245 172 273 14 43 0 33 430 40 75
Binary 10100101 1111010 10111011 1100 100011 0 11011 100011000 100000 111101

Color Harmonies of #A57ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57ABB

Black with #A57ABB

Text Example


Text Example

White with #A57ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57ABB; }

 p { color: rgb(165,122,187); }

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

background-color css

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

 a { background-color: rgb(165,122,187); }

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

border-color css

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

 span { border-color: rgb(165,122,187); }

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