Html Css Color HEX #A488BF East Side

📋 copy color: '#A488BF'

red 164 ◦ green 136 ◦ blue 191

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

Shades of East Side #A488BF

Tints of East Side #A488BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.9%

R = 33.4%
G = 27.7%
B = 38.9%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A488BF (or 0xA488BF) is known color: East Side. HEX triplet: A4, 88 and BF. RGB value is (164,136,191). Sum of RGB (Red+Green+Blue) = 164+136+191=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 191 - color contains mainly: blue. Hex color #A488BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A488BF is #5B7740. Grayscale: #969696. Windows color (decimal): -5994305 or 12552356. OLE color: 12552356.

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

Color convert

RGB 164 136 191 -
CMYK 0.14 0.29 0 0.25
HSL 270.55º 0.3% 0.64% -
HSV(B) 270.55º 0.29% 0.75% -
XYZ 33.52 29.26 53.17 -
YUV 150.64 150.78 137.53 -
System Red Green Blue C M Y K H S L
Decimal 164 136 191 0.14 0.29 0 0.25 270.55 0.3 0.64
Hex A4 88 BF E 1D 0 19 10F 1E 40
Octal 244 210 277 16 35 0 31 417 36 100
Binary 10100100 10001000 10111111 1110 11101 0 11001 100001111 11110 1000000

Color Harmonies of #A488BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A488BF

Black with #A488BF

Text Example


Text Example

White with #A488BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A488BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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