Html Css Color HEX #A6A8C2 Wistful

📋 copy color: '#A6A8C2'

red 166 ◦ green 168 ◦ blue 194

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

Shades of Wistful #A6A8C2

Tints of Wistful #A6A8C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.74%

R = 31.44%
G = 31.82%
B = 36.74%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A6A8C2 (or 0xA6A8C2) is known color: Wistful. HEX triplet: A6, A8 and C2. RGB value is (166,168,194). Sum of RGB (Red+Green+Blue) = 166+168+194=528 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.44% from 528); Green value is 168 (66.02% from 255 or 31.82% from 528); Blue value is 194 (76.17% from 255 or 36.74% from 528); Max value from RGB is 194 - color contains mainly: blue. Hex color #A6A8C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A8C2 is #59573D. Grayscale: #AAAAAA. Windows color (decimal): -5855038 or 12757158. OLE color: 12757158.

HSL color Cylindrical-coordinate representation of color #A6A8C2: hue angle of 235.71º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6A8C2 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 166 168 194 -
CMYK 0.14 0.13 0 0.24
HSL 235.71º 0.19% 0.71% -
HSV(B) 235.71º 0.14% 0.76% -
XYZ 39.47 40.01 56.68 -
YUV 170.37 141.34 124.89 -
System Red Green Blue C M Y K H S L
Decimal 166 168 194 0.14 0.13 0 0.24 235.71 0.19 0.71
Hex A6 A8 C2 E D 0 18 EC 13 47
Octal 246 250 302 16 15 0 30 354 23 107
Binary 10100110 10101000 11000010 1110 1101 0 11000 11101100 10011 1000111

Color Harmonies of #A6A8C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A8C2

Black with #A6A8C2

Text Example


Text Example

White with #A6A8C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A8C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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