Html Css Color HEX #A7A6DC Wistful

📋 copy color: '#A7A6DC'

red 167 ◦ green 166 ◦ blue 220

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

Shades of Wistful #A7A6DC

Tints of Wistful #A7A6DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.78%

R = 30.2%
G = 30.02%
B = 39.78%

CMYK

 C value IS 0.24

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A7A6DC (or 0xA7A6DC) is known color: Wistful. HEX triplet: A7, A6 and DC. RGB value is (167,166,220). Sum of RGB (Red+Green+Blue) = 167+166+220=553 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.20% from 553); Green value is 166 (65.23% from 255 or 30.02% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #A7A6DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A6DC is #585923. Grayscale: #ACACAC. Windows color (decimal): -5789988 or 14460583. OLE color: 14460583.

HSL color Cylindrical-coordinate representation of color #A7A6DC: hue angle of 241.11º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7A6DC is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 166 220 -
CMYK 0.24 0.25 0 0.14
HSL 241.11º 0.44% 0.76% -
HSV(B) 241.11º 0.25% 0.86% -
XYZ 42.49 40.66 73.32 -
YUV 172.46 154.83 124.11 -
System Red Green Blue C M Y K H S L
Decimal 167 166 220 0.24 0.25 0 0.14 241.11 0.44 0.76
Hex A7 A6 DC 18 19 0 E F1 2C 4C
Octal 247 246 334 30 31 0 16 361 54 114
Binary 10100111 10100110 11011100 11000 11001 0 1110 11110001 101100 1001100

Color Harmonies of #A7A6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A6DC

Black with #A7A6DC

Text Example


Text Example

White with #A7A6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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