Html Css Color HEX #A488BE East Side

📋 copy color: '#A488BE'

red 164 ◦ green 136 ◦ blue 190

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

Shades of East Side #A488BE

Tints of East Side #A488BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.78%

R = 33.47%
G = 27.76%
B = 38.78%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A488BE (or 0xA488BE) is known color: East Side. HEX triplet: A4, 88 and BE. RGB value is (164,136,190). Sum of RGB (Red+Green+Blue) = 164+136+190=490 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.47% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 190 - color contains mainly: blue. Hex color #A488BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A488BE is #5B7741. Grayscale: #969696. Windows color (decimal): -5994306 or 12486820. OLE color: 12486820.

HSL color Cylindrical-coordinate representation of color #A488BE: hue angle of 271.11º 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 #A488BE is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 136 190 -
CMYK 0.14 0.28 0 0.25
HSL 271.11º 0.29% 0.64% -
HSV(B) 271.11º 0.28% 0.75% -
XYZ 33.41 29.22 52.59 -
YUV 150.53 150.28 137.61 -
System Red Green Blue C M Y K H S L
Decimal 164 136 190 0.14 0.28 0 0.25 271.11 0.29 0.64
Hex A4 88 BE E 1C 0 19 10F 1D 40
Octal 244 210 276 16 34 0 31 417 35 100
Binary 10100100 10001000 10111110 1110 11100 0 11001 100001111 11101 1000000

Color Harmonies of #A488BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A488BE

Black with #A488BE

Text Example


Text Example

White with #A488BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A488BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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