#A7A1CD

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

Shades of Wistful #A7A1CD

Tints of Wistful #A7A1CD

Color information

#A7A1CD (or 0xA7A1CD) is unknown color: approx Wistful. HEX triplet: A7, A1 and CD. RGB value is (167,161,205). Sum of RGB (Red+Green+Blue) = 167+161+205=533 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.33% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #A7A1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A1CD is #585E32. Grayscale: #A7A7A7. Windows color (decimal): -5791283 or 13476263. OLE color: 13476263.

HSL color Cylindrical-coordinate representation of color #A7A1CD: hue angle of 248.18º degrees, saturation: 0.31, 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 #A7A1CD is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB167161205-
CMYK0.190.2100.20
HSL248.18º30.56%71.76%-
HSV(B)248.18º21.46%80.39%-
XYZ39.738.1163.02-
YUV167.81148.99127.42-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.33%
GREEN value IS 161 (63.28% from 255) = 30.21%
BLUE value IS 205 (80.47% from 255) = 38.46%
R=31.33%
G=30.21%
B=38.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1671612050.190.2100.20248.1830.5671.76
HexA7A1CD1315014f81f48
Octal247241315232502437037110
Binary101001111010000111001101100111010101010011111000111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A1CD; }

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

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

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

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

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

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

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

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