#A3A0DA

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

Shades of Wistful #A3A0DA

Tints of Wistful #A3A0DA

Color information

#A3A0DA (or 0xA3A0DA) is unknown color: approx Wistful. HEX triplet: A3, A0 and DA. RGB value is (163,160,218). Sum of RGB (Red+Green+Blue) = 163+160+218=541 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.13% from 541); Green value is 160 (62.89% from 255 or 29.57% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #A3A0DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A0DA is #5C5F25. Grayscale: #A7A7A7. Windows color (decimal): -6053670 or 14327971. OLE color: 14327971.

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

Color convert

RGB163160218-
CMYK0.250.2700.15
HSL243.1º43.94%74.12%-
HSV(B)243.1º26.61%85.49%-
XYZ40.3337.9971.54-
YUV167.51156.49124.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.13%
GREEN value IS 160 (62.89% from 255) = 29.57%
BLUE value IS 218 (85.55% from 255) = 40.30%
R=30.13%
G=29.57%
B=40.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1631602180.250.2700.15243.143.9474.12
HexA3A0DA191B0Ff32c4a
Octal243240332313301736354112
Binary101000111010000011011010110011101101111111100111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A0DA; }

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

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

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

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

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

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

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

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