Html Css Color HEX #A4A1BF Wistful

📋 copy color: '#A4A1BF'

red 164 ◦ green 161 ◦ blue 191

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

Shades of Wistful #A4A1BF

Tints of Wistful #A4A1BF

RGB

 RED value IS 164 (64.45% from 255) = 31.78%

 GREEN value IS 161 (63.28% from 255) = 31.2%

 BLUE value IS 191 (75% from 255) = 37.02%

R = 31.78%
G = 31.2%
B = 37.02%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A4A1BF (or 0xA4A1BF) is known color: Wistful. HEX triplet: A4, A1 and BF. RGB value is (164,161,191). Sum of RGB (Red+Green+Blue) = 164+161+191=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 161 (63.28% from 255 or 31.20% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 191 - color contains mainly: blue. Hex color #A4A1BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A1BF is #5B5E40. Grayscale: #A5A5A5. Windows color (decimal): -5987905 or 12558756. OLE color: 12558756.

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

Color convert

RGB 164 161 191 -
CMYK 0.14 0.16 0 0.25
HSL 246º 0.19% 0.69% -
HSV(B) 246º 0.16% 0.75% -
XYZ 37.46 37.14 54.49 -
YUV 165.32 142.49 127.06 -
System Red Green Blue C M Y K H S L
Decimal 164 161 191 0.14 0.16 0 0.25 246 0.19 0.69
Hex A4 A1 BF E 10 0 19 F6 13 45
Octal 244 241 277 16 20 0 31 366 23 105
Binary 10100100 10100001 10111111 1110 10000 0 11001 11110110 10011 1000101

Color Harmonies of #A4A1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A1BF

Black with #A4A1BF

Text Example


Text Example

White with #A4A1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A1BF; }

 p { color: rgb(164,161,191); }

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

background-color css

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

 a { background-color: rgb(164,161,191); }

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

border-color css

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

 span { border-color: rgb(164,161,191); }

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