Html Css Color HEX #A7A6CF Wistful

📋 copy color: '#A7A6CF'

red 167 ◦ green 166 ◦ blue 207

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

Shades of Wistful #A7A6CF

Tints of Wistful #A7A6CF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.74%

 BLUE value IS 207 (81.25% from 255) = 38.33%

R = 30.93%
G = 30.74%
B = 38.33%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A7A6CF (or 0xA7A6CF) is known color: Wistful. HEX triplet: A7, A6 and CF. RGB value is (167,166,207). Sum of RGB (Red+Green+Blue) = 167+166+207=540 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.93% from 540); Green value is 166 (65.23% from 255 or 30.74% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 207 - color contains mainly: blue. Hex color #A7A6CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A6CF is #585930. Grayscale: #AAAAAA. Windows color (decimal): -5790001 or 13608615. OLE color: 13608615.

HSL color Cylindrical-coordinate representation of color #A7A6CF: hue angle of 241.46º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A7A6CF is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 166 207 -
CMYK 0.19 0.20 0 0.19
HSL 241.46º 0.3% 0.73% -
HSV(B) 241.46º 0.2% 0.81% -
XYZ 40.84 39.99 64.6 -
YUV 170.97 148.33 125.17 -
System Red Green Blue C M Y K H S L
Decimal 167 166 207 0.19 0.20 0 0.19 241.46 0.3 0.73
Hex A7 A6 CF 13 14 0 13 F1 1E 49
Octal 247 246 317 23 24 0 23 361 36 111
Binary 10100111 10100110 11001111 10011 10100 0 10011 11110001 11110 1001001

Color Harmonies of #A7A6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A6CF

Black with #A7A6CF

Text Example


Text Example

White with #A7A6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A6CF; }

 p { color: rgb(167,166,207); }

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

background-color css

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

 a { background-color: rgb(167,166,207); }

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

border-color css

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

 span { border-color: rgb(167,166,207); }

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