Html Css Color HEX #A988BE East Side

📋 copy color: '#A988BE'

red 169 ◦ green 136 ◦ blue 190

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

Shades of East Side #A988BE

Tints of East Side #A988BE

RGB

 RED value IS 169 (66.41% from 255) = 34.14%

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

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

R = 34.14%
G = 27.47%
B = 38.38%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A988BE (or 0xA988BE) is known color: East Side. HEX triplet: A9, 88 and BE. RGB value is (169,136,190). Sum of RGB (Red+Green+Blue) = 169+136+190=495 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.14% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 190 - color contains mainly: blue. Hex color #A988BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A988BE is #567741. Grayscale: #979797. Windows color (decimal): -5666626 or 12486825. OLE color: 12486825.

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

Color convert

RGB 169 136 190 -
CMYK 0.11 0.28 0 0.25
HSL 276.67º 0.29% 0.64% -
HSV(B) 276.67º 0.28% 0.75% -
XYZ 34.46 29.76 52.64 -
YUV 152.02 149.43 140.11 -
System Red Green Blue C M Y K H S L
Decimal 169 136 190 0.11 0.28 0 0.25 276.67 0.29 0.64
Hex A9 88 BE B 1C 0 19 115 1D 40
Octal 251 210 276 13 34 0 31 425 35 100
Binary 10101001 10001000 10111110 1011 11100 0 11001 100010101 11101 1000000

Color Harmonies of #A988BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A988BE

Black with #A988BE

Text Example


Text Example

White with #A988BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A988BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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