Html Css Color HEX #A8A6DC Wistful

📋 copy color: '#A8A6DC'

red 168 ◦ green 166 ◦ blue 220

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

Shades of Wistful #A8A6DC

Tints of Wistful #A8A6DC

RGB

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

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

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

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

CMYK

 C value IS 0.24

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A8A6DC (or 0xA8A6DC) is known color: Wistful. HEX triplet: A8, A6 and DC. RGB value is (168,166,220). Sum of RGB (Red+Green+Blue) = 168+166+220=554 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.32% from 554); Green value is 166 (65.23% from 255 or 29.96% 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 #A8A6DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A6DC is #575923. Grayscale: #ACACAC. Windows color (decimal): -5724452 or 14460584. OLE color: 14460584.

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

Color convert

RGB 168 166 220 -
CMYK 0.24 0.25 0 0.14
HSL 242.22º 0.44% 0.76% -
HSV(B) 242.22º 0.25% 0.86% -
XYZ 42.7 40.76 73.33 -
YUV 172.75 154.66 124.61 -
System Red Green Blue C M Y K H S L
Decimal 168 166 220 0.24 0.25 0 0.14 242.22 0.44 0.76
Hex A8 A6 DC 18 19 0 E F2 2C 4C
Octal 250 246 334 30 31 0 16 362 54 114
Binary 10101000 10100110 11011100 11000 11001 0 1110 11110010 101100 1001100

Color Harmonies of #A8A6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A6DC

Black with #A8A6DC

Text Example


Text Example

White with #A8A6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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