Html Css Color HEX #A984BC East Side

📋 copy color: '#A984BC'

red 169 ◦ green 132 ◦ blue 188

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

Shades of East Side #A984BC

Tints of East Side #A984BC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.99%

 BLUE value IS 188 (73.83% from 255) = 38.45%

R = 34.56%
G = 26.99%
B = 38.45%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A984BC (or 0xA984BC) is known color: East Side. HEX triplet: A9, 84 and BC. RGB value is (169,132,188). Sum of RGB (Red+Green+Blue) = 169+132+188=489 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.56% from 489); Green value is 132 (51.95% from 255 or 26.99% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 188 - color contains mainly: blue. Hex color #A984BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A984BC is #567B43. Grayscale: #959595. Windows color (decimal): -5667652 or 12354729. OLE color: 12354729.

HSL color Cylindrical-coordinate representation of color #A984BC: hue angle of 279.64º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A984BC is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 132 188 -
CMYK 0.10 0.30 0 0.26
HSL 279.64º 0.29% 0.63% -
HSV(B) 279.64º 0.3% 0.74% -
XYZ 33.69 28.57 51.32 -
YUV 149.45 149.76 141.95 -
System Red Green Blue C M Y K H S L
Decimal 169 132 188 0.10 0.30 0 0.26 279.64 0.29 0.63
Hex A9 84 BC A 1E 0 1A 118 1D 3F
Octal 251 204 274 12 36 0 32 430 35 77
Binary 10101001 10000100 10111100 1010 11110 0 11010 100011000 11101 111111

Color Harmonies of #A984BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A984BC

Black with #A984BC

Text Example


Text Example

White with #A984BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A984BC; }

 p { color: rgb(169,132,188); }

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

background-color css

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

 a { background-color: rgb(169,132,188); }

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

border-color css

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

 span { border-color: rgb(169,132,188); }

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