Html Css Color HEX #A7A6CE Wistful

📋 copy color: '#A7A6CE'

red 167 ◦ green 166 ◦ blue 206

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

Shades of Wistful #A7A6CE

Tints of Wistful #A7A6CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.22%

R = 30.98%
G = 30.8%
B = 38.22%

CMYK

 C value IS 0.19

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A7A6CE (or 0xA7A6CE) is known color: Wistful. HEX triplet: A7, A6 and CE. RGB value is (167,166,206). Sum of RGB (Red+Green+Blue) = 167+166+206=539 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.98% from 539); Green value is 166 (65.23% from 255 or 30.80% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #A7A6CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A6CE is #585931. Grayscale: #AAAAAA. Windows color (decimal): -5790002 or 13543079. OLE color: 13543079.

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

Color convert

RGB 167 166 206 -
CMYK 0.19 0.19 0 0.19
HSL 241.5º 0.29% 0.73% -
HSV(B) 241.5º 0.19% 0.81% -
XYZ 40.71 39.94 63.96 -
YUV 170.86 147.83 125.25 -
System Red Green Blue C M Y K H S L
Decimal 167 166 206 0.19 0.19 0 0.19 241.5 0.29 0.73
Hex A7 A6 CE 13 13 0 13 F2 1D 49
Octal 247 246 316 23 23 0 23 362 35 111
Binary 10100111 10100110 11001110 10011 10011 0 10011 11110010 11101 1001001

Color Harmonies of #A7A6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A6CE

Black with #A7A6CE

Text Example


Text Example

White with #A7A6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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