Html Css Color HEX #A588BA East Side

📋 copy color: '#A588BA'

red 165 ◦ green 136 ◦ blue 186

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

Shades of East Side #A588BA

Tints of East Side #A588BA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.93%

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

R = 33.88%
G = 27.93%
B = 38.19%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A588BA (or 0xA588BA) is known color: East Side. HEX triplet: A5, 88 and BA. RGB value is (165,136,186). Sum of RGB (Red+Green+Blue) = 165+136+186=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 186 - color contains mainly: blue. Hex color #A588BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A588BA is #5A7745. Grayscale: #969696. Windows color (decimal): -5928774 or 12224677. OLE color: 12224677.

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

Color convert

RGB 165 136 186 -
CMYK 0.11 0.27 0 0.27
HSL 274.8º 0.27% 0.63% -
HSV(B) 274.8º 0.27% 0.73% -
XYZ 33.18 29.15 50.33 -
YUV 150.37 148.11 138.43 -
System Red Green Blue C M Y K H S L
Decimal 165 136 186 0.11 0.27 0 0.27 274.8 0.27 0.63
Hex A5 88 BA B 1B 0 1B 113 1B 3F
Octal 245 210 272 13 33 0 33 423 33 77
Binary 10100101 10001000 10111010 1011 11011 0 11011 100010011 11011 111111

Color Harmonies of #A588BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A588BA

Black with #A588BA

Text Example


Text Example

White with #A588BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A588BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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