Html Css Color HEX #A8A6C9 Wistful

📋 copy color: '#A8A6C9'

red 168 ◦ green 166 ◦ blue 201

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

Shades of Wistful #A8A6C9

Tints of Wistful #A8A6C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.57%

R = 31.4%
G = 31.03%
B = 37.57%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A8A6C9 (or 0xA8A6C9) is known color: Wistful. HEX triplet: A8, A6 and C9. RGB value is (168,166,201). Sum of RGB (Red+Green+Blue) = 168+166+201=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 166 (65.23% from 255 or 31.03% from 535); Blue value is 201 (78.91% from 255 or 37.57% from 535); Max value from RGB is 201 - color contains mainly: blue. Hex color #A8A6C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A6C9 is #575936. Grayscale: #AAAAAA. Windows color (decimal): -5724471 or 13215400. OLE color: 13215400.

HSL color Cylindrical-coordinate representation of color #A8A6C9: hue angle of 243.43º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8A6C9 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 166 201 -
CMYK 0.16 0.17 0 0.21
HSL 243.43º 0.24% 0.72% -
HSV(B) 243.43º 0.17% 0.79% -
XYZ 40.33 39.81 60.82 -
YUV 170.59 145.16 126.15 -
System Red Green Blue C M Y K H S L
Decimal 168 166 201 0.16 0.17 0 0.21 243.43 0.24 0.72
Hex A8 A6 C9 10 11 0 15 F3 18 48
Octal 250 246 311 20 21 0 25 363 30 110
Binary 10101000 10100110 11001001 10000 10001 0 10101 11110011 11000 1001000

Color Harmonies of #A8A6C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A6C9

Black with #A8A6C9

Text Example


Text Example

White with #A8A6C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A6C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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