Html Css Color HEX #A995BE East Side

📋 copy color: '#A995BE'

red 169 ◦ green 149 ◦ blue 190

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

Shades of East Side #A995BE

Tints of East Side #A995BE

RGB

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

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

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

R = 33.27%
G = 29.33%
B = 37.4%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A995BE (or 0xA995BE) is known color: East Side. HEX triplet: A9, 95 and BE. RGB value is (169,149,190). Sum of RGB (Red+Green+Blue) = 169+149+190=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 190 - color contains mainly: blue. Hex color #A995BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A995BE is #566A41. Grayscale: #9F9F9F. Windows color (decimal): -5663298 or 12490153. OLE color: 12490153.

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

Color convert

RGB 169 149 190 -
CMYK 0.11 0.22 0 0.25
HSL 269.27º 0.24% 0.66% -
HSV(B) 269.27º 0.22% 0.75% -
XYZ 36.4 33.65 53.29 -
YUV 159.65 145.13 134.67 -
System Red Green Blue C M Y K H S L
Decimal 169 149 190 0.11 0.22 0 0.25 269.27 0.24 0.66
Hex A9 95 BE B 16 0 19 10D 18 42
Octal 251 225 276 13 26 0 31 415 30 102
Binary 10101001 10010101 10111110 1011 10110 0 11001 100001101 11000 1000010

Color Harmonies of #A995BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A995BE

Black with #A995BE

Text Example


Text Example

White with #A995BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A995BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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