Html Css Color HEX #A6A0BE Wistful

📋 copy color: '#A6A0BE'

red 166 ◦ green 160 ◦ blue 190

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

Shades of Wistful #A6A0BE

Tints of Wistful #A6A0BE

RGB

 RED value IS 166 (65.23% from 255) = 32.17%

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

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

R = 32.17%
G = 31.01%
B = 36.82%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A6A0BE (or 0xA6A0BE) is known color: Wistful. HEX triplet: A6, A0 and BE. RGB value is (166,160,190). Sum of RGB (Red+Green+Blue) = 166+160+190=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 190 - color contains mainly: blue. Hex color #A6A0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A0BE is #595F41. Grayscale: #A5A5A5. Windows color (decimal): -5857090 or 12492966. OLE color: 12492966.

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

Color convert

RGB 166 160 190 -
CMYK 0.13 0.16 0 0.25
HSL 252º 0.19% 0.69% -
HSV(B) 252º 0.16% 0.75% -
XYZ 37.59 36.97 53.87 -
YUV 165.21 141.99 128.56 -
System Red Green Blue C M Y K H S L
Decimal 166 160 190 0.13 0.16 0 0.25 252 0.19 0.69
Hex A6 A0 BE D 10 0 19 FC 13 45
Octal 246 240 276 15 20 0 31 374 23 105
Binary 10100110 10100000 10111110 1101 10000 0 11001 11111100 10011 1000101

Color Harmonies of #A6A0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A0BE

Black with #A6A0BE

Text Example


Text Example

White with #A6A0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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