#A3A0CA

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

Shades of Wistful #A3A0CA

Tints of Wistful #A3A0CA

Color information

#A3A0CA (or 0xA3A0CA) is unknown color: approx Wistful. HEX triplet: A3, A0 and CA. RGB value is (163,160,202). Sum of RGB (Red+Green+Blue) = 163+160+202=525 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.05% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #A3A0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A0CA is #5C5F35. Grayscale: #A5A5A5. Windows color (decimal): -6053686 or 13279395. OLE color: 13279395.

HSL color Cylindrical-coordinate representation of color #A3A0CA: hue angle of 244.29º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3A0CA is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB163160202-
CMYK0.190.2100.21
HSL244.29º28.38%70.98%-
HSV(B)244.29º20.79%79.22%-
XYZ38.3437.1961.04-
YUV165.68148.49126.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.05%
GREEN value IS 160 (62.89% from 255) = 30.48%
BLUE value IS 202 (79.30% from 255) = 38.48%
R=31.05%
G=30.48%
B=38.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1631602020.190.2100.21244.2928.3870.98
HexA3A0CA1315015f41c47
Octal243240312232502536434107
Binary101000111010000011001010100111010101010111110100111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A0CA; }

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

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

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

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

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

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

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

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