Html Css Color HEX #A488AC East Side

📋 copy color: '#A488AC'

red 164 ◦ green 136 ◦ blue 172

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

Shades of East Side #A488AC

Tints of East Side #A488AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.44%

R = 34.75%
G = 28.81%
B = 36.44%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A488AC (or 0xA488AC) is known color: East Side. HEX triplet: A4, 88 and AC. RGB value is (164,136,172). Sum of RGB (Red+Green+Blue) = 164+136+172=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 172 - color contains mainly: blue. Hex color #A488AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A488AC is #5B7753. Grayscale: #949494. Windows color (decimal): -5994324 or 11307172. OLE color: 11307172.

HSL color Cylindrical-coordinate representation of color #A488AC: hue angle of 286.67º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A488AC is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 136 172 -
CMYK 0.05 0.21 0 0.33
HSL 286.67º 0.18% 0.6% -
HSV(B) 286.67º 0.21% 0.67% -
XYZ 31.56 28.48 42.86 -
YUV 148.48 141.28 139.07 -
System Red Green Blue C M Y K H S L
Decimal 164 136 172 0.05 0.21 0 0.33 286.67 0.18 0.6
Hex A4 88 AC 5 15 0 21 11F 12 3C
Octal 244 210 254 5 25 0 41 437 22 74
Binary 10100100 10001000 10101100 101 10101 0 100001 100011111 10010 111100

Color Harmonies of #A488AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A488AC

Black with #A488AC

Text Example


Text Example

White with #A488AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A488AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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