Html Css Color HEX #A8A6DB Wistful

📋 copy color: '#A8A6DB'

red 168 ◦ green 166 ◦ blue 219

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

Shades of Wistful #A8A6DB

Tints of Wistful #A8A6DB

RGB

 RED value IS 168 (66.02% from 255) = 30.38%

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

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

R = 30.38%
G = 30.02%
B = 39.6%

CMYK

 C value IS 0.23

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A8A6DB (or 0xA8A6DB) is known color: Wistful. HEX triplet: A8, A6 and DB. RGB value is (168,166,219). Sum of RGB (Red+Green+Blue) = 168+166+219=553 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.38% from 553); Green value is 166 (65.23% from 255 or 30.02% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #A8A6DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A6DB is #575924. Grayscale: #ACACAC. Windows color (decimal): -5724453 or 14395048. OLE color: 14395048.

HSL color Cylindrical-coordinate representation of color #A8A6DB: hue angle of 242.26º 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 #A8A6DB is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 166 219 -
CMYK 0.23 0.24 0 0.14
HSL 242.26º 0.42% 0.75% -
HSV(B) 242.26º 0.24% 0.86% -
XYZ 42.57 40.71 72.63 -
YUV 172.64 154.16 124.69 -
System Red Green Blue C M Y K H S L
Decimal 168 166 219 0.23 0.24 0 0.14 242.26 0.42 0.75
Hex A8 A6 DB 17 18 0 E F2 2A 4B
Octal 250 246 333 27 30 0 16 362 52 113
Binary 10101000 10100110 11011011 10111 11000 0 1110 11110010 101010 1001011

Color Harmonies of #A8A6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A6DB

Black with #A8A6DB

Text Example


Text Example

White with #A8A6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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