Html Css Color HEX #A996BE East Side

📋 copy color: '#A996BE'

red 169 ◦ green 150 ◦ blue 190

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

Shades of East Side #A996BE

Tints of East Side #A996BE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.47%

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

R = 33.2%
G = 29.47%
B = 37.33%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A996BE (or 0xA996BE) is known color: East Side. HEX triplet: A9, 96 and BE. RGB value is (169,150,190). Sum of RGB (Red+Green+Blue) = 169+150+190=509 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.20% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 190 - color contains mainly: blue. Hex color #A996BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A996BE is #566941. Grayscale: #A0A0A0. Windows color (decimal): -5663042 or 12490409. OLE color: 12490409.

HSL color Cylindrical-coordinate representation of color #A996BE: hue angle of 268.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A996BE is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 150 190 -
CMYK 0.11 0.21 0 0.25
HSL 268.5º 0.24% 0.67% -
HSV(B) 268.5º 0.21% 0.75% -
XYZ 36.56 33.97 53.34 -
YUV 160.24 144.79 134.25 -
System Red Green Blue C M Y K H S L
Decimal 169 150 190 0.11 0.21 0 0.25 268.5 0.24 0.67
Hex A9 96 BE B 15 0 19 10C 18 43
Octal 251 226 276 13 25 0 31 414 30 103
Binary 10101001 10010110 10111110 1011 10101 0 11001 100001100 11000 1000011

Color Harmonies of #A996BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A996BE

Black with #A996BE

Text Example


Text Example

White with #A996BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A996BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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