Html Css Color HEX #A995B7 East Side

📋 copy color: '#A995B7'

red 169 ◦ green 149 ◦ blue 183

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

Shades of East Side #A995B7

Tints of East Side #A995B7

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.74%

 BLUE value IS 183 (71.88% from 255) = 36.53%

R = 33.73%
G = 29.74%
B = 36.53%

CMYK

 C value IS 0.08

 M value IS 0.19

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A995B7 (or 0xA995B7) is known color: East Side. HEX triplet: A9, 95 and B7. RGB value is (169,149,183). Sum of RGB (Red+Green+Blue) = 169+149+183=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 183 - color contains mainly: blue. Hex color #A995B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A995B7 is #566A48. Grayscale: #9E9E9E. Windows color (decimal): -5663305 or 12031401. OLE color: 12031401.

HSL color Cylindrical-coordinate representation of color #A995B7: hue angle of 275.29º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A995B7 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 169 149 183 -
CMYK 0.08 0.19 0 0.28
HSL 275.29º 0.19% 0.65% -
HSV(B) 275.29º 0.19% 0.72% -
XYZ 35.66 33.35 49.36 -
YUV 158.86 141.63 135.24 -
System Red Green Blue C M Y K H S L
Decimal 169 149 183 0.08 0.19 0 0.28 275.29 0.19 0.65
Hex A9 95 B7 8 13 0 1C 113 13 41
Octal 251 225 267 10 23 0 34 423 23 101
Binary 10101001 10010101 10110111 1000 10011 0 11100 100010011 10011 1000001

Color Harmonies of #A995B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A995B7

Black with #A995B7

Text Example


Text Example

White with #A995B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A995B7; }

 p { color: rgb(169,149,183); }

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

background-color css

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

 a { background-color: rgb(169,149,183); }

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

border-color css

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

 span { border-color: rgb(169,149,183); }

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