Html Css Color HEX #A990BA East Side

📋 copy color: '#A990BA'

red 169 ◦ green 144 ◦ blue 186

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

Shades of East Side #A990BA

Tints of East Side #A990BA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.86%

 BLUE value IS 186 (73.05% from 255) = 37.27%

R = 33.87%
G = 28.86%
B = 37.27%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A990BA (or 0xA990BA) is known color: East Side. HEX triplet: A9, 90 and BA. RGB value is (169,144,186). Sum of RGB (Red+Green+Blue) = 169+144+186=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 144 (56.64% from 255 or 28.86% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 186 - color contains mainly: blue. Hex color #A990BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A990BA is #566F45. Grayscale: #9C9C9C. Windows color (decimal): -5664582 or 12226729. OLE color: 12226729.

HSL color Cylindrical-coordinate representation of color #A990BA: hue angle of 275.71º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A990BA is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 144 186 -
CMYK 0.09 0.23 0 0.27
HSL 275.71º 0.23% 0.65% -
HSV(B) 275.71º 0.23% 0.73% -
XYZ 35.2 31.93 50.76 -
YUV 156.26 144.78 137.08 -
System Red Green Blue C M Y K H S L
Decimal 169 144 186 0.09 0.23 0 0.27 275.71 0.23 0.65
Hex A9 90 BA 9 17 0 1B 114 17 41
Octal 251 220 272 11 27 0 33 424 27 101
Binary 10101001 10010000 10111010 1001 10111 0 11011 100010100 10111 1000001

Color Harmonies of #A990BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A990BA

Black with #A990BA

Text Example


Text Example

White with #A990BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A990BA; }

 p { color: rgb(169,144,186); }

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

background-color css

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

 a { background-color: rgb(169,144,186); }

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

border-color css

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

 span { border-color: rgb(169,144,186); }

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