Html Css Color HEX #A9A3BE Wistful

📋 copy color: '#A9A3BE'

red 169 ◦ green 163 ◦ blue 190

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

Shades of Wistful #A9A3BE

Tints of Wistful #A9A3BE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.23%

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

R = 32.38%
G = 31.23%
B = 36.4%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A9A3BE (or 0xA9A3BE) is known color: Wistful. HEX triplet: A9, A3 and BE. RGB value is (169,163,190). Sum of RGB (Red+Green+Blue) = 169+163+190=522 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.38% from 522); Green value is 163 (64.06% from 255 or 31.23% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 190 - color contains mainly: blue. Hex color #A9A3BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A3BE is #565C41. Grayscale: #A7A7A7. Windows color (decimal): -5659714 or 12493737. OLE color: 12493737.

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

Color convert

RGB 169 163 190 -
CMYK 0.11 0.14 0 0.25
HSL 253.33º 0.17% 0.69% -
HSV(B) 253.33º 0.14% 0.75% -
XYZ 38.75 38.35 54.07 -
YUV 167.87 140.49 128.8 -
System Red Green Blue C M Y K H S L
Decimal 169 163 190 0.11 0.14 0 0.25 253.33 0.17 0.69
Hex A9 A3 BE B E 0 19 FD 11 45
Octal 251 243 276 13 16 0 31 375 21 105
Binary 10101001 10100011 10111110 1011 1110 0 11001 11111101 10001 1000101

Color Harmonies of #A9A3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A3BE

Black with #A9A3BE

Text Example


Text Example

White with #A9A3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A3BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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