Html Css Color HEX #A990AF East Side

📋 copy color: '#A990AF'

red 169 ◦ green 144 ◦ blue 175

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

Shades of East Side #A990AF

Tints of East Side #A990AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.86%

R = 34.63%
G = 29.51%
B = 35.86%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A990AF (or 0xA990AF) is known color: East Side. HEX triplet: A9, 90 and AF. RGB value is (169,144,175). Sum of RGB (Red+Green+Blue) = 169+144+175=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 175 - color contains mainly: blue. Hex color #A990AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A990AF is #566F50. Grayscale: #9A9A9A. Windows color (decimal): -5664593 or 11505833. OLE color: 11505833.

HSL color Cylindrical-coordinate representation of color #A990AF: hue angle of 288.39º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A990AF is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 169 144 175 -
CMYK 0.03 0.18 0 0.31
HSL 288.39º 0.16% 0.63% -
HSV(B) 288.39º 0.18% 0.69% -
XYZ 34.07 31.48 44.84 -
YUV 155.01 139.28 137.98 -
System Red Green Blue C M Y K H S L
Decimal 169 144 175 0.03 0.18 0 0.31 288.39 0.16 0.63
Hex A9 90 AF 3 12 0 1F 120 10 3F
Octal 251 220 257 3 22 0 37 440 20 77
Binary 10101001 10010000 10101111 11 10010 0 11111 100100000 10000 111111

Color Harmonies of #A990AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A990AF

Black with #A990AF

Text Example


Text Example

White with #A990AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A990AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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