Html Css Color HEX #A488BA East Side

📋 copy color: '#A488BA'

red 164 ◦ green 136 ◦ blue 186

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

Shades of East Side #A488BA

Tints of East Side #A488BA

RGB

 RED value IS 164 (64.45% from 255) = 33.74%

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

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

R = 33.74%
G = 27.98%
B = 38.27%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A488BA (or 0xA488BA) is known color: East Side. HEX triplet: A4, 88 and BA. RGB value is (164,136,186). Sum of RGB (Red+Green+Blue) = 164+136+186=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 136 (53.52% from 255 or 27.98% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 186 - color contains mainly: blue. Hex color #A488BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A488BA is #5B7745. Grayscale: #959595. Windows color (decimal): -5994310 or 12224676. OLE color: 12224676.

HSL color Cylindrical-coordinate representation of color #A488BA: hue angle of 273.6º 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 #A488BA is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 136 186 -
CMYK 0.12 0.27 0 0.27
HSL 273.6º 0.27% 0.63% -
HSV(B) 273.6º 0.27% 0.73% -
XYZ 32.98 29.05 50.32 -
YUV 150.07 148.28 137.93 -
System Red Green Blue C M Y K H S L
Decimal 164 136 186 0.12 0.27 0 0.27 273.6 0.27 0.63
Hex A4 88 BA C 1B 0 1B 112 1B 3F
Octal 244 210 272 14 33 0 33 422 33 77
Binary 10100100 10001000 10111010 1100 11011 0 11011 100010010 11011 111111

Color Harmonies of #A488BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A488BA

Black with #A488BA

Text Example


Text Example

White with #A488BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A488BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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