Html Css Color HEX #A6A1DC Wistful

📋 copy color: '#A6A1DC'

red 166 ◦ green 161 ◦ blue 220

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

Shades of Wistful #A6A1DC

Tints of Wistful #A6A1DC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.43%

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

R = 30.35%
G = 29.43%
B = 40.22%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A6A1DC (or 0xA6A1DC) is known color: Wistful. HEX triplet: A6, A1 and DC. RGB value is (166,161,220). Sum of RGB (Red+Green+Blue) = 166+161+220=547 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.35% from 547); Green value is 161 (63.28% from 255 or 29.43% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6A1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A1DC is #595E23. Grayscale: #A8A8A8. Windows color (decimal): -5856804 or 14459302. OLE color: 14459302.

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

Color convert

RGB 166 161 220 -
CMYK 0.25 0.27 0 0.14
HSL 245.08º 0.46% 0.75% -
HSV(B) 245.08º 0.27% 0.86% -
XYZ 41.39 38.76 73.01 -
YUV 169.22 156.66 125.7 -
System Red Green Blue C M Y K H S L
Decimal 166 161 220 0.25 0.27 0 0.14 245.08 0.46 0.75
Hex A6 A1 DC 19 1B 0 E F5 2E 4B
Octal 246 241 334 31 33 0 16 365 56 113
Binary 10100110 10100001 11011100 11001 11011 0 1110 11110101 101110 1001011

Color Harmonies of #A6A1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A1DC

Black with #A6A1DC

Text Example


Text Example

White with #A6A1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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