Html Css Color HEX #A997BD East Side

📋 copy color: '#A997BD'

red 169 ◦ green 151 ◦ blue 189

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

Shades of East Side #A997BD

Tints of East Side #A997BD

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.67%

 BLUE value IS 189 (74.22% from 255) = 37.13%

R = 33.2%
G = 29.67%
B = 37.13%

CMYK

 C value IS 0.11

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A997BD (or 0xA997BD) is known color: East Side. HEX triplet: A9, 97 and BD. RGB value is (169,151,189). Sum of RGB (Red+Green+Blue) = 169+151+189=509 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.20% from 509); Green value is 151 (59.38% from 255 or 29.67% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 189 - color contains mainly: blue. Hex color #A997BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A997BD is #566842. Grayscale: #A0A0A0. Windows color (decimal): -5662787 or 12425129. OLE color: 12425129.

HSL color Cylindrical-coordinate representation of color #A997BD: hue angle of 268.42º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A997BD is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 151 189 -
CMYK 0.11 0.20 0 0.26
HSL 268.42º 0.22% 0.67% -
HSV(B) 268.42º 0.2% 0.74% -
XYZ 36.61 34.24 52.82 -
YUV 160.71 143.96 133.91 -
System Red Green Blue C M Y K H S L
Decimal 169 151 189 0.11 0.20 0 0.26 268.42 0.22 0.67
Hex A9 97 BD B 14 0 1A 10C 16 43
Octal 251 227 275 13 24 0 32 414 26 103
Binary 10101001 10010111 10111101 1011 10100 0 11010 100001100 10110 1000011

Color Harmonies of #A997BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A997BD

Black with #A997BD

Text Example


Text Example

White with #A997BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A997BD; }

 p { color: rgb(169,151,189); }

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

background-color css

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

 a { background-color: rgb(169,151,189); }

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

border-color css

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

 span { border-color: rgb(169,151,189); }

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