#A57BBD

Color #A57BBD East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A57BBD

Tints of East Side #A57BBD

Color information

#A57BBD (or 0xA57BBD) is unknown color: approx East Side. HEX triplet: A5, 7B and BD. RGB value is (165,123,189). Sum of RGB (Red+Green+Blue) = 165+123+189=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: blue. Hex color #A57BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57BBD is #5A8442. Grayscale: #8E8E8E. Windows color (decimal): -5932099 or 12417957. OLE color: 12417957.

HSL color Cylindrical-coordinate representation of color #A57BBD: hue angle of 278.18º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A57BBD is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB165123189-
CMYK0.130.3500.26
HSL278.18º33.33%61.18%-
HSV(B)278.18º34.92%74.12%-
XYZ31.7925.8451.46-
YUV143.08153.91143.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.59%
GREEN value IS 123 (48.44% from 255) = 25.79%
BLUE value IS 189 (74.22% from 255) = 39.62%
R=34.59%
G=25.79%
B=39.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651231890.130.3500.26278.1833.3361.18
HexA57BBDD2301A116213d
Octal24517327515430324264175
Binary101001011111011101111011101100011011010100010110100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57BBD; }

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

 H1.HeaderClassName
 {
   color: #A57BBD;
 }
 .AnyTagClassName
 {
   color: #A57BBD;
 }
</style>
background-color css

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

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

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

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

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

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