Html Css Color HEX #A6A8DC Wistful

📋 copy color: '#A6A8DC'

red 166 ◦ green 168 ◦ blue 220

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

Shades of Wistful #A6A8DC

Tints of Wistful #A6A8DC

RGB

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

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

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

R = 29.96%
G = 30.32%
B = 39.71%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A6A8DC (or 0xA6A8DC) is known color: Wistful. HEX triplet: A6, A8 and DC. RGB value is (166,168,220). Sum of RGB (Red+Green+Blue) = 166+168+220=554 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.96% from 554); Green value is 168 (66.02% from 255 or 30.32% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6A8DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A8DC is #595723. Grayscale: #ADADAD. Windows color (decimal): -5855012 or 14461094. OLE color: 14461094.

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

Color convert

RGB 166 168 220 -
CMYK 0.25 0.24 0 0.14
HSL 237.78º 0.44% 0.76% -
HSV(B) 237.78º 0.25% 0.86% -
XYZ 42.65 41.28 73.43 -
YUV 173.33 154.34 122.77 -
System Red Green Blue C M Y K H S L
Decimal 166 168 220 0.25 0.24 0 0.14 237.78 0.44 0.76
Hex A6 A8 DC 19 18 0 E EE 2C 4C
Octal 246 250 334 31 30 0 16 356 54 114
Binary 10100110 10101000 11011100 11001 11000 0 1110 11101110 101100 1001100

Color Harmonies of #A6A8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A8DC

Black with #A6A8DC

Text Example


Text Example

White with #A6A8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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