Html Css Color HEX #A998B0 East Side

📋 copy color: '#A998B0'

red 169 ◦ green 152 ◦ blue 176

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

Shades of East Side #A998B0

Tints of East Side #A998B0

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.58%

 BLUE value IS 176 (69.14% from 255) = 35.41%

R = 34%
G = 30.58%
B = 35.41%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A998B0 (or 0xA998B0) is known color: East Side. HEX triplet: A9, 98 and B0. RGB value is (169,152,176). Sum of RGB (Red+Green+Blue) = 169+152+176=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 176 (69.14% from 255 or 35.41% from 497); Max value from RGB is 176 - color contains mainly: blue. Hex color #A998B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A998B0 is #56674F. Grayscale: #9F9F9F. Windows color (decimal): -5662544 or 11573417. OLE color: 11573417.

HSL color Cylindrical-coordinate representation of color #A998B0: hue angle of 282.5º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A998B0 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 169 152 176 -
CMYK 0.04 0.14 0 0.31
HSL 282.5º 0.13% 0.64% -
HSV(B) 282.5º 0.14% 0.69% -
XYZ 35.43 34.03 45.77 -
YUV 159.82 137.13 134.55 -
System Red Green Blue C M Y K H S L
Decimal 169 152 176 0.04 0.14 0 0.31 282.5 0.13 0.64
Hex A9 98 B0 4 E 0 1F 11A D 40
Octal 251 230 260 4 16 0 37 432 15 100
Binary 10101001 10011000 10110000 100 1110 0 11111 100011010 1101 1000000

Color Harmonies of #A998B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A998B0

Black with #A998B0

Text Example


Text Example

White with #A998B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A998B0; }

 p { color: rgb(169,152,176); }

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

background-color css

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

 a { background-color: rgb(169,152,176); }

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

border-color css

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

 span { border-color: rgb(169,152,176); }

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