Html Css Color HEX #A996BC East Side

📋 copy color: '#A996BC'

red 169 ◦ green 150 ◦ blue 188

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

Shades of East Side #A996BC

Tints of East Side #A996BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.08%

R = 33.33%
G = 29.59%
B = 37.08%

CMYK

 C value IS 0.10

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A996BC (or 0xA996BC) is known color: East Side. HEX triplet: A9, 96 and BC. RGB value is (169,150,188). Sum of RGB (Red+Green+Blue) = 169+150+188=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 188 - color contains mainly: blue. Hex color #A996BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A996BC is #566943. Grayscale: #9F9F9F. Windows color (decimal): -5663044 or 12359337. OLE color: 12359337.

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

Color convert

RGB 169 150 188 -
CMYK 0.10 0.20 0 0.26
HSL 270º 0.22% 0.66% -
HSV(B) 270º 0.2% 0.74% -
XYZ 36.35 33.88 52.2 -
YUV 160.01 143.79 134.41 -
System Red Green Blue C M Y K H S L
Decimal 169 150 188 0.10 0.20 0 0.26 270 0.22 0.66
Hex A9 96 BC A 14 0 1A 10E 16 42
Octal 251 226 274 12 24 0 32 416 26 102
Binary 10101001 10010110 10111100 1010 10100 0 11010 100001110 10110 1000010

Color Harmonies of #A996BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A996BC

Black with #A996BC

Text Example


Text Example

White with #A996BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A996BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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