#A4A5D3

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

Shades of Wistful #A4A5D3

Tints of Wistful #A4A5D3

Color information

#A4A5D3 (or 0xA4A5D3) is unknown color: approx Wistful. HEX triplet: A4, A5 and D3. RGB value is (164,165,211). Sum of RGB (Red+Green+Blue) = 164+165+211=540 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.37% from 540); Green value is 165 (64.84% from 255 or 30.56% from 540); Blue value is 211 (82.81% from 255 or 39.07% from 540); Max value from RGB is 211 - color contains mainly: blue. Hex color #A4A5D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A5D3 is #5B5A2C. Grayscale: #A9A9A9. Windows color (decimal): -5986861 or 13870500. OLE color: 13870500.

HSL color Cylindrical-coordinate representation of color #A4A5D3: hue angle of 238.72º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4A5D3 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB164165211-
CMYK0.220.2200.17
HSL238.72º34.81%73.53%-
HSV(B)238.72º22.27%82.75%-
XYZ40.5239.5167.12-
YUV169.94151.17123.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.37%
GREEN value IS 165 (64.84% from 255) = 30.56%
BLUE value IS 211 (82.81% from 255) = 39.07%
R=30.37%
G=30.56%
B=39.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1641652110.220.2200.17238.7234.8173.53
HexA4A5D31616011ef234a
Octal244245323262602135743112
Binary1010010010100101110100111011010110010001111011111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A5D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A5D3; }

 p { color: rgb(164,165,211); }

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

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

 a { background-color: rgb(164,165,211); }

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

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

 span { border-color: rgb(164,165,211); }

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