#A294DC

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

Shades of Wistful #A294DC

Tints of Wistful #A294DC

Color information

#A294DC (or 0xA294DC) is unknown color: approx Wistful. HEX triplet: A2, 94 and DC. RGB value is (162,148,220). Sum of RGB (Red+Green+Blue) = 162+148+220=530 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.57% from 530); Green value is 148 (58.20% from 255 or 27.92% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #A294DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A294DC is #5D6B23. Grayscale: #A0A0A0. Windows color (decimal): -6122276 or 14455970. OLE color: 14455970.

HSL color Cylindrical-coordinate representation of color #A294DC: hue angle of 251.67º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A294DC is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB162148220-
CMYK0.260.3300.14
HSL251.67º50.7%72.16%-
HSV(B)251.67º32.73%86.27%-
XYZ38.4134.0372.25-
YUV160.39161.64129.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.57%
GREEN value IS 148 (58.20% from 255) = 27.92%
BLUE value IS 220 (86.33% from 255) = 41.51%
R=30.57%
G=27.92%
B=41.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1621482200.260.3300.14251.6750.772.16
HexA294DC1A210Efc3348
Octal242224334324101637463110
Binary1010001010010100110111001101010000101110111111001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A294DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A294DC; }

 p { color: rgb(162,148,220); }

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

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

 a { background-color: rgb(162,148,220); }

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

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

 span { border-color: rgb(162,148,220); }

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