Html Css Color HEX #A7A0BE Wistful

📋 copy color: '#A7A0BE'

red 167 ◦ green 160 ◦ blue 190

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

Shades of Wistful #A7A0BE

Tints of Wistful #A7A0BE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.95%

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

R = 32.3%
G = 30.95%
B = 36.75%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A7A0BE (or 0xA7A0BE) is known color: Wistful. HEX triplet: A7, A0 and BE. RGB value is (167,160,190). Sum of RGB (Red+Green+Blue) = 167+160+190=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 190 - color contains mainly: blue. Hex color #A7A0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A0BE is #585F41. Grayscale: #A5A5A5. Windows color (decimal): -5791554 or 12492967. OLE color: 12492967.

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

Color convert

RGB 167 160 190 -
CMYK 0.12 0.16 0 0.25
HSL 254º 0.19% 0.69% -
HSV(B) 254º 0.16% 0.75% -
XYZ 37.8 37.07 53.88 -
YUV 165.51 141.82 129.06 -
System Red Green Blue C M Y K H S L
Decimal 167 160 190 0.12 0.16 0 0.25 254 0.19 0.69
Hex A7 A0 BE C 10 0 19 FE 13 45
Octal 247 240 276 14 20 0 31 376 23 105
Binary 10100111 10100000 10111110 1100 10000 0 11001 11111110 10011 1000101

Color Harmonies of #A7A0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A0BE

Black with #A7A0BE

Text Example


Text Example

White with #A7A0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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