Html Css Color HEX #A6A8DB Wistful

📋 copy color: '#A6A8DB'

red 166 ◦ green 168 ◦ blue 219

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

Shades of Wistful #A6A8DB

Tints of Wistful #A6A8DB

RGB

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

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

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

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

CMYK

 C value IS 0.24

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A6A8DB (or 0xA6A8DB) is known color: Wistful. HEX triplet: A6, A8 and DB. RGB value is (166,168,219). Sum of RGB (Red+Green+Blue) = 166+168+219=553 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.02% from 553); Green value is 168 (66.02% from 255 or 30.38% 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 #A6A8DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A8DB is #595724. Grayscale: #ADADAD. Windows color (decimal): -5855013 or 14395558. OLE color: 14395558.

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

Color convert

RGB 166 168 219 -
CMYK 0.24 0.23 0 0.14
HSL 237.74º 0.42% 0.75% -
HSV(B) 237.74º 0.24% 0.86% -
XYZ 42.51 41.23 72.73 -
YUV 173.22 153.84 122.85 -
System Red Green Blue C M Y K H S L
Decimal 166 168 219 0.24 0.23 0 0.14 237.74 0.42 0.75
Hex A6 A8 DB 18 17 0 E EE 2A 4B
Octal 246 250 333 30 27 0 16 356 52 113
Binary 10100110 10101000 11011011 11000 10111 0 1110 11101110 101010 1001011

Color Harmonies of #A6A8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A8DB

Black with #A6A8DB

Text Example


Text Example

White with #A6A8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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