Html Css Color HEX #A8A6CC Wistful

📋 copy color: '#A8A6CC'

red 168 ◦ green 166 ◦ blue 204

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

Shades of Wistful #A8A6CC

Tints of Wistful #A8A6CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.92%

R = 31.23%
G = 30.86%
B = 37.92%

CMYK

 C value IS 0.18

 M value IS 0.19

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A8A6CC (or 0xA8A6CC) is known color: Wistful. HEX triplet: A8, A6 and CC. RGB value is (168,166,204). Sum of RGB (Red+Green+Blue) = 168+166+204=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 166 (65.23% from 255 or 30.86% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 204 - color contains mainly: blue. Hex color #A8A6CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A6CC is #575933. Grayscale: #AAAAAA. Windows color (decimal): -5724468 or 13412008. OLE color: 13412008.

HSL color Cylindrical-coordinate representation of color #A8A6CC: hue angle of 243.16º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8A6CC is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 166 204 -
CMYK 0.18 0.19 0 0.2
HSL 243.16º 0.27% 0.73% -
HSV(B) 243.16º 0.19% 0.8% -
XYZ 40.68 39.96 62.69 -
YUV 170.93 146.66 125.91 -
System Red Green Blue C M Y K H S L
Decimal 168 166 204 0.18 0.19 0 0.2 243.16 0.27 0.73
Hex A8 A6 CC 12 13 0 14 F3 1B 49
Octal 250 246 314 22 23 0 24 363 33 111
Binary 10101000 10100110 11001100 10010 10011 0 10100 11110011 11011 1001001

Color Harmonies of #A8A6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A6CC

Black with #A8A6CC

Text Example


Text Example

White with #A8A6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A6CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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