Html Css Color HEX #A6A0DF Wistful

📋 copy color: '#A6A0DF'

red 166 ◦ green 160 ◦ blue 223

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

Shades of Wistful #A6A0DF

Tints of Wistful #A6A0DF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.14%

 BLUE value IS 223 (87.5% from 255) = 40.62%

R = 30.24%
G = 29.14%
B = 40.62%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A6A0DF (or 0xA6A0DF) is known color: Wistful. HEX triplet: A6, A0 and DF. RGB value is (166,160,223). Sum of RGB (Red+Green+Blue) = 166+160+223=549 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.24% from 549); Green value is 160 (62.89% from 255 or 29.14% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #A6A0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A0DF is #595F20. Grayscale: #A8A8A8. Windows color (decimal): -5857057 or 14655654. OLE color: 14655654.

HSL color Cylindrical-coordinate representation of color #A6A0DF: hue angle of 245.71º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6A0DF is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 160 223 -
CMYK 0.26 0.28 0 0.13
HSL 245.71º 0.5% 0.75% -
HSV(B) 245.71º 0.28% 0.87% -
XYZ 41.62 38.58 75.06 -
YUV 168.98 158.49 125.88 -
System Red Green Blue C M Y K H S L
Decimal 166 160 223 0.26 0.28 0 0.13 245.71 0.5 0.75
Hex A6 A0 DF 1A 1C 0 D F6 32 4B
Octal 246 240 337 32 34 0 15 366 62 113
Binary 10100110 10100000 11011111 11010 11100 0 1101 11110110 110010 1001011

Color Harmonies of #A6A0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A0DF

Black with #A6A0DF

Text Example


Text Example

White with #A6A0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A0DF; }

 p { color: rgb(166,160,223); }

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

background-color css

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

 a { background-color: rgb(166,160,223); }

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

border-color css

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

 span { border-color: rgb(166,160,223); }

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