#A7A3DA

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

Shades of Wistful #A7A3DA

Tints of Wistful #A7A3DA

Color information

#A7A3DA (or 0xA7A3DA) is unknown color: approx Wistful. HEX triplet: A7, A3 and DA. RGB value is (167,163,218). Sum of RGB (Red+Green+Blue) = 167+163+218=548 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.47% from 548); Green value is 163 (64.06% from 255 or 29.74% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #A7A3DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A3DA is #585C25. Grayscale: #AAAAAA. Windows color (decimal): -5790758 or 14328743. OLE color: 14328743.

HSL color Cylindrical-coordinate representation of color #A7A3DA: hue angle of 244.36º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7A3DA is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB167163218-
CMYK0.230.2500.15
HSL244.36º42.64%74.71%-
HSV(B)244.36º25.23%85.49%-
XYZ41.6939.4771.75-
YUV170.47154.83125.53-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.47%
GREEN value IS 163 (64.06% from 255) = 29.74%
BLUE value IS 218 (85.55% from 255) = 39.78%
R=30.47%
G=29.74%
B=39.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1671632180.230.2500.15244.3642.6474.71
HexA7A3DA17190Ff42b4b
Octal247243332273101736453113
Binary101001111010001111011010101111100101111111101001010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A3DA; }

 p { color: rgb(167,163,218); }

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

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

 a { background-color: rgb(167,163,218); }

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

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

 span { border-color: rgb(167,163,218); }

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