#A588BE

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

Shades of East Side #A588BE

Tints of East Side #A588BE

Color information

#A588BE (or 0xA588BE) is unknown color: approx East Side. HEX triplet: A5, 88 and BE. RGB value is (165,136,190). Sum of RGB (Red+Green+Blue) = 165+136+190=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #A588BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A588BE is #5A7741. Grayscale: #969696. Windows color (decimal): -5928770 or 12486821. OLE color: 12486821.

HSL color Cylindrical-coordinate representation of color #A588BE: hue angle of 272.22º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A588BE is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB165136190-
CMYK0.130.2800.25
HSL272.22º29.35%63.92%-
HSV(B)272.22º28.42%74.51%-
XYZ33.6229.3352.6-
YUV150.83150.11138.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.60%
GREEN value IS 136 (53.52% from 255) = 27.70%
BLUE value IS 190 (74.61% from 255) = 38.70%
R=33.60%
G=27.70%
B=38.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651361900.130.2800.25272.2229.3563.92
HexA588BED1C0191101d40
Octal245210276153403142035100
Binary101001011000100010111110110111100011001100010000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A588BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A588BE; }

 p { color: rgb(165,136,190); }

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

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

 a { background-color: rgb(165,136,190); }

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

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

 span { border-color: rgb(165,136,190); }

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