#A57BBB

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

Shades of East Side #A57BBB

Tints of East Side #A57BBB

Color information

#A57BBB (or 0xA57BBB) is unknown color: approx East Side. HEX triplet: A5, 7B and BB. RGB value is (165,123,187). Sum of RGB (Red+Green+Blue) = 165+123+187=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 123 (48.44% from 255 or 25.89% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 187 - color contains mainly: blue. Hex color #A57BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57BBB is #5A8444. Grayscale: #8E8E8E. Windows color (decimal): -5932101 or 12286885. OLE color: 12286885.

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

Color convert

RGB165123187-
CMYK0.120.3400.27
HSL279.38º32%60.78%-
HSV(B)279.38º34.22%73.33%-
XYZ31.5725.7550.32-
YUV142.85152.91143.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.74%
GREEN value IS 123 (48.44% from 255) = 25.89%
BLUE value IS 187 (73.44% from 255) = 39.37%
R=34.74%
G=25.89%
B=39.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651231870.120.3400.27279.383260.78
HexA57BBBC2201B117203d
Octal24517327314420334274075
Binary101001011111011101110111100100010011011100010111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57BBB; }

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

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

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

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

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

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

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

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