Html Css Color HEX #A6A3BF Wistful

📋 copy color: '#A6A3BF'

red 166 ◦ green 163 ◦ blue 191

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

Shades of Wistful #A6A3BF

Tints of Wistful #A6A3BF

RGB

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

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

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

R = 31.92%
G = 31.35%
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

#A6A3BF (or 0xA6A3BF) is known color: Wistful. HEX triplet: A6, A3 and BF. RGB value is (166,163,191). Sum of RGB (Red+Green+Blue) = 166+163+191=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 163 (64.06% from 255 or 31.35% 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 #A6A3BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A3BF is #595C40. Grayscale: #A6A6A6. Windows color (decimal): -5856321 or 12559270. OLE color: 12559270.

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

Color convert

RGB 166 163 191 -
CMYK 0.13 0.15 0 0.25
HSL 246.43º 0.18% 0.69% -
HSV(B) 246.43º 0.15% 0.75% -
XYZ 38.23 38.06 54.62 -
YUV 167.09 141.49 127.22 -
System Red Green Blue C M Y K H S L
Decimal 166 163 191 0.13 0.15 0 0.25 246.43 0.18 0.69
Hex A6 A3 BF D F 0 19 F6 12 45
Octal 246 243 277 15 17 0 31 366 22 105
Binary 10100110 10100011 10111111 1101 1111 0 11001 11110110 10010 1000101

Color Harmonies of #A6A3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A3BF

Black with #A6A3BF

Text Example


Text Example

White with #A6A3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A3BF; }

 p { color: rgb(166,163,191); }

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

background-color css

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

 a { background-color: rgb(166,163,191); }

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

border-color css

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

 span { border-color: rgb(166,163,191); }

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