Html Css Color HEX #A996B3 East Side

📋 copy color: '#A996B3'

red 169 ◦ green 150 ◦ blue 179

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

Shades of East Side #A996B3

Tints of East Side #A996B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.94%

R = 33.94%
G = 30.12%
B = 35.94%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A996B3 (or 0xA996B3) is known color: East Side. HEX triplet: A9, 96 and B3. RGB value is (169,150,179). Sum of RGB (Red+Green+Blue) = 169+150+179=498 (65% of max value = 765). Red value is 169 (66.41% from 255 or 33.94% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 179 (70.31% from 255 or 35.94% from 498); Max value from RGB is 179 - color contains mainly: blue. Hex color #A996B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A996B3 is #56694C. Grayscale: #9E9E9E. Windows color (decimal): -5663053 or 11769513. OLE color: 11769513.

HSL color Cylindrical-coordinate representation of color #A996B3: hue angle of 279.31º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A996B3 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 169 150 179 -
CMYK 0.06 0.16 0 0.30
HSL 279.31º 0.16% 0.65% -
HSV(B) 279.31º 0.16% 0.7% -
XYZ 35.41 33.5 47.25 -
YUV 158.99 139.29 135.14 -
System Red Green Blue C M Y K H S L
Decimal 169 150 179 0.06 0.16 0 0.30 279.31 0.16 0.65
Hex A9 96 B3 6 10 0 1E 117 10 41
Octal 251 226 263 6 20 0 36 427 20 101
Binary 10101001 10010110 10110011 110 10000 0 11110 100010111 10000 1000001

Color Harmonies of #A996B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A996B3

Black with #A996B3

Text Example


Text Example

White with #A996B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A996B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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