Html Css Color HEX #A994BE East Side

📋 copy color: '#A994BE'

red 169 ◦ green 148 ◦ blue 190

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

Shades of East Side #A994BE

Tints of East Side #A994BE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.19%

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

R = 33.33%
G = 29.19%
B = 37.48%

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

#A994BE (or 0xA994BE) is known color: East Side. HEX triplet: A9, 94 and BE. RGB value is (169,148,190). Sum of RGB (Red+Green+Blue) = 169+148+190=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 190 - color contains mainly: blue. Hex color #A994BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A994BE is #566B41. Grayscale: #9E9E9E. Windows color (decimal): -5663554 or 12489897. OLE color: 12489897.

HSL color Cylindrical-coordinate representation of color #A994BE: hue angle of 270º 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 #A994BE is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 148 190 -
CMYK 0.11 0.22 0 0.25
HSL 270º 0.24% 0.66% -
HSV(B) 270º 0.22% 0.75% -
XYZ 36.25 33.33 53.24 -
YUV 159.07 145.46 135.08 -
System Red Green Blue C M Y K H S L
Decimal 169 148 190 0.11 0.22 0 0.25 270 0.24 0.66
Hex A9 94 BE B 16 0 19 10E 18 42
Octal 251 224 276 13 26 0 31 416 30 102
Binary 10101001 10010100 10111110 1011 10110 0 11001 100001110 11000 1000010

Color Harmonies of #A994BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A994BE

Black with #A994BE

Text Example


Text Example

White with #A994BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A994BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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