Html Css Color HEX #A7A3BE Wistful

📋 copy color: '#A7A3BE'

red 167 ◦ green 163 ◦ blue 190

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

Shades of Wistful #A7A3BE

Tints of Wistful #A7A3BE

RGB

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

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

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

R = 32.12%
G = 31.35%
B = 36.54%

CMYK

 C value IS 0.12

 M value IS 0.14

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A7A3BE (or 0xA7A3BE) is known color: Wistful. HEX triplet: A7, A3 and BE. RGB value is (167,163,190). Sum of RGB (Red+Green+Blue) = 167+163+190=520 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.12% from 520); Green value is 163 (64.06% from 255 or 31.35% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 190 - color contains mainly: blue. Hex color #A7A3BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A3BE is #585C41. Grayscale: #A7A7A7. Windows color (decimal): -5790786 or 12493735. OLE color: 12493735.

HSL color Cylindrical-coordinate representation of color #A7A3BE: hue angle of 248.89º 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 #A7A3BE is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 163 190 -
CMYK 0.12 0.14 0 0.25
HSL 248.89º 0.17% 0.69% -
HSV(B) 248.89º 0.14% 0.75% -
XYZ 38.33 38.13 54.05 -
YUV 167.27 140.83 127.8 -
System Red Green Blue C M Y K H S L
Decimal 167 163 190 0.12 0.14 0 0.25 248.89 0.17 0.69
Hex A7 A3 BE C E 0 19 F9 11 45
Octal 247 243 276 14 16 0 31 371 21 105
Binary 10100111 10100011 10111110 1100 1110 0 11001 11111001 10001 1000101

Color Harmonies of #A7A3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A3BE

Black with #A7A3BE

Text Example


Text Example

White with #A7A3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A3BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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