#A7A5D0

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

Shades of Wistful #A7A5D0

Tints of Wistful #A7A5D0

Color information

#A7A5D0 (or 0xA7A5D0) is unknown color: approx Wistful. HEX triplet: A7, A5 and D0. RGB value is (167,165,208). Sum of RGB (Red+Green+Blue) = 167+165+208=540 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.93% from 540); Green value is 165 (64.84% from 255 or 30.56% from 540); Blue value is 208 (81.64% from 255 or 38.52% from 540); Max value from RGB is 208 - color contains mainly: blue. Hex color #A7A5D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A5D0 is #585A2F. Grayscale: #AAAAAA. Windows color (decimal): -5790256 or 13673895. OLE color: 13673895.

HSL color Cylindrical-coordinate representation of color #A7A5D0: hue angle of 242.79º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A7A5D0 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB167165208-
CMYK0.200.2100.18
HSL242.79º31.39%73.14%-
HSV(B)242.79º20.67%81.57%-
XYZ40.7839.6865.18-
YUV170.5149.16125.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.93%
GREEN value IS 165 (64.84% from 255) = 30.56%
BLUE value IS 208 (81.64% from 255) = 38.52%
R=30.93%
G=30.56%
B=38.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1671652080.200.2100.18242.7931.3973.14
HexA7A5D01415012f31f49
Octal247245320242502236337111
Binary101001111010010111010000101001010101001011110011111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A5D0; }

 p { color: rgb(167,165,208); }

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

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

 a { background-color: rgb(167,165,208); }

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

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

 span { border-color: rgb(167,165,208); }

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