Html Css Color HEX #A7A2BF Wistful

📋 copy color: '#A7A2BF'

red 167 ◦ green 162 ◦ blue 191

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

Shades of Wistful #A7A2BF

Tints of Wistful #A7A2BF

RGB

 RED value IS 167 (65.63% from 255) = 32.12%

 GREEN value IS 162 (63.67% from 255) = 31.15%

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

R = 32.12%
G = 31.15%
B = 36.73%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A7A2BF (or 0xA7A2BF) is known color: Wistful. HEX triplet: A7, A2 and BF. RGB value is (167,162,191). Sum of RGB (Red+Green+Blue) = 167+162+191=520 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.12% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 191 - color contains mainly: blue. Hex color #A7A2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A2BF is #585D40. Grayscale: #A6A6A6. Windows color (decimal): -5791041 or 12559015. OLE color: 12559015.

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

Color convert

RGB 167 162 191 -
CMYK 0.13 0.15 0 0.25
HSL 250.34º 0.18% 0.69% -
HSV(B) 250.34º 0.15% 0.75% -
XYZ 38.26 37.82 54.57 -
YUV 166.8 141.66 128.14 -
System Red Green Blue C M Y K H S L
Decimal 167 162 191 0.13 0.15 0 0.25 250.34 0.18 0.69
Hex A7 A2 BF D F 0 19 FA 12 45
Octal 247 242 277 15 17 0 31 372 22 105
Binary 10100111 10100010 10111111 1101 1111 0 11001 11111010 10010 1000101

Color Harmonies of #A7A2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A2BF

Black with #A7A2BF

Text Example


Text Example

White with #A7A2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A2BF; }

 p { color: rgb(167,162,191); }

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

background-color css

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

 a { background-color: rgb(167,162,191); }

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

border-color css

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

 span { border-color: rgb(167,162,191); }

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