Html Css Color HEX #A998BA East Side

📋 copy color: '#A998BA'

red 169 ◦ green 152 ◦ blue 186

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

Shades of East Side #A998BA

Tints of East Side #A998BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.69%

R = 33.33%
G = 29.98%
B = 36.69%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A998BA (or 0xA998BA) is known color: East Side. HEX triplet: A9, 98 and BA. RGB value is (169,152,186). Sum of RGB (Red+Green+Blue) = 169+152+186=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 186 - color contains mainly: blue. Hex color #A998BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A998BA is #566745. Grayscale: #A0A0A0. Windows color (decimal): -5662534 or 12228777. OLE color: 12228777.

HSL color Cylindrical-coordinate representation of color #A998BA: hue angle of 270º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A998BA is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 152 186 -
CMYK 0.09 0.18 0 0.27
HSL 270º 0.2% 0.66% -
HSV(B) 270º 0.18% 0.73% -
XYZ 36.45 34.44 51.18 -
YUV 160.96 142.13 133.74 -
System Red Green Blue C M Y K H S L
Decimal 169 152 186 0.09 0.18 0 0.27 270 0.2 0.66
Hex A9 98 BA 9 12 0 1B 10E 14 42
Octal 251 230 272 11 22 0 33 416 24 102
Binary 10101001 10011000 10111010 1001 10010 0 11011 100001110 10100 1000010

Color Harmonies of #A998BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A998BA

Black with #A998BA

Text Example


Text Example

White with #A998BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A998BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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