#A7A1CC

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

Shades of Wistful #A7A1CC

Tints of Wistful #A7A1CC

Color information

#A7A1CC (or 0xA7A1CC) is unknown color: approx Wistful. HEX triplet: A7, A1 and CC. RGB value is (167,161,204). Sum of RGB (Red+Green+Blue) = 167+161+204=532 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.39% from 532); Green value is 161 (63.28% from 255 or 30.26% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 204 - color contains mainly: blue. Hex color #A7A1CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A1CC is #585E33. Grayscale: #A7A7A7. Windows color (decimal): -5791284 or 13410727. OLE color: 13410727.

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

Color convert

RGB167161204-
CMYK0.180.2100.2
HSL248.37º29.66%71.57%-
HSV(B)248.37º21.08%80%-
XYZ39.5838.0662.39-
YUV167.7148.49127.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.39%
GREEN value IS 161 (63.28% from 255) = 30.26%
BLUE value IS 204 (80.08% from 255) = 38.35%
R=31.39%
G=30.26%
B=38.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1671612040.180.2100.2248.3729.6671.57
HexA7A1CC1215014f81e48
Octal247241314222502437036110
Binary101001111010000111001100100101010101010011111000111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A1CC; }

 p { color: rgb(167,161,204); }

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

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

 a { background-color: rgb(167,161,204); }

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

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

 span { border-color: rgb(167,161,204); }

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