Html Css Color HEX #A7A6DB Wistful

📋 copy color: '#A7A6DB'

red 167 ◦ green 166 ◦ blue 219

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

Shades of Wistful #A7A6DB

Tints of Wistful #A7A6DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.67%

R = 30.25%
G = 30.07%
B = 39.67%

CMYK

 C value IS 0.24

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A7A6DB (or 0xA7A6DB) is known color: Wistful. HEX triplet: A7, A6 and DB. RGB value is (167,166,219). Sum of RGB (Red+Green+Blue) = 167+166+219=552 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.25% from 552); Green value is 166 (65.23% from 255 or 30.07% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #A7A6DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A6DB is #585924. Grayscale: #ACACAC. Windows color (decimal): -5789989 or 14395047. OLE color: 14395047.

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

Color convert

RGB 167 166 219 -
CMYK 0.24 0.24 0 0.14
HSL 241.13º 0.42% 0.75% -
HSV(B) 241.13º 0.24% 0.86% -
XYZ 42.36 40.6 72.62 -
YUV 172.34 154.33 124.19 -
System Red Green Blue C M Y K H S L
Decimal 167 166 219 0.24 0.24 0 0.14 241.13 0.42 0.75
Hex A7 A6 DB 18 18 0 E F1 2A 4B
Octal 247 246 333 30 30 0 16 361 52 113
Binary 10100111 10100110 11011011 11000 11000 0 1110 11110001 101010 1001011

Color Harmonies of #A7A6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A6DB

Black with #A7A6DB

Text Example


Text Example

White with #A7A6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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