Html Css Color HEX #A488AE East Side

📋 copy color: '#A488AE'

red 164 ◦ green 136 ◦ blue 174

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

Shades of East Side #A488AE

Tints of East Side #A488AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.71%

R = 34.6%
G = 28.69%
B = 36.71%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A488AE (or 0xA488AE) is known color: East Side. HEX triplet: A4, 88 and AE. RGB value is (164,136,174). Sum of RGB (Red+Green+Blue) = 164+136+174=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 174 - color contains mainly: blue. Hex color #A488AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A488AE is #5B7751. Grayscale: #949494. Windows color (decimal): -5994322 or 11438244. OLE color: 11438244.

HSL color Cylindrical-coordinate representation of color #A488AE: hue angle of 284.21º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A488AE is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 136 174 -
CMYK 0.06 0.22 0 0.32
HSL 284.21º 0.19% 0.61% -
HSV(B) 284.21º 0.22% 0.68% -
XYZ 31.75 28.56 43.88 -
YUV 148.7 142.28 138.91 -
System Red Green Blue C M Y K H S L
Decimal 164 136 174 0.06 0.22 0 0.32 284.21 0.19 0.61
Hex A4 88 AE 6 16 0 20 11C 13 3D
Octal 244 210 256 6 26 0 40 434 23 75
Binary 10100100 10001000 10101110 110 10110 0 100000 100011100 10011 111101

Color Harmonies of #A488AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A488AE

Black with #A488AE

Text Example


Text Example

White with #A488AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A488AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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