#A7AADC

Color #A7AADC Wistful (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wistful #A7AADC

Tints of Wistful #A7AADC

Color information

#A7AADC (or 0xA7AADC) is unknown color: approx Wistful. HEX triplet: A7, AA and DC. RGB value is (167,170,220). Sum of RGB (Red+Green+Blue) = 167+170+220=557 (73% of max value = 765). Red value is 167 (65.62% from 255 or 29.98% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #A7AADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7AADC is #585523. Grayscale: #AEAEAE. Windows color (decimal): -5788964 or 14461607. OLE color: 14461607.

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

Color convert

RGB167170220-
CMYK0.240.2300.14
HSL236.6º43.09%75.88%-
HSV(B)236.6º24.09%86.27%-
XYZ43.2342.1373.56-
YUV174.8153.51122.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.98%
GREEN value IS 170 (66.80% from 255) = 30.52%
BLUE value IS 220 (86.33% from 255) = 39.50%
R=29.98%
G=30.52%
B=39.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1671702200.240.2300.14236.643.0975.88
HexA7AADC18170Eed2b4c
Octal247252334302701635553114
Binary101001111010101011011100110001011101110111011011010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AADC; }

 p { color: rgb(167,170,220); }

 H1.HeaderClassName
 {
   color: #A7AADC;
 }
 .AnyTagClassName
 {
   color: #A7AADC;
 }
</style>
background-color css

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

 a { background-color: rgb(167,170,220); }

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

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

 span { border-color: rgb(167,170,220); }

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