#A0A3E4

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

Shades of Wistful #A0A3E4

Tints of Wistful #A0A3E4

Color information

#A0A3E4 (or 0xA0A3E4) is unknown color: approx Wistful. HEX triplet: A0, A3 and E4. RGB value is (160,163,228). Sum of RGB (Red+Green+Blue) = 160+163+228=551 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.04% from 551); Green value is 163 (64.06% from 255 or 29.58% from 551); Blue value is 228 (89.45% from 255 or 41.38% from 551); Max value from RGB is 228 - color contains mainly: blue. Hex color #A0A3E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A3E4 is #5F5C1B. Grayscale: #A9A9A9. Windows color (decimal): -6249500 or 14984096. OLE color: 14984096.

HSL color Cylindrical-coordinate representation of color #A0A3E4: hue angle of 237.35º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0A3E4 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB160163228-
CMYK0.300.2900.11
HSL237.35º55.74%76.08%-
HSV(B)237.35º29.82%89.41%-
XYZ41.639.2778.79-
YUV169.51161.01121.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.04%
GREEN value IS 163 (64.06% from 255) = 29.58%
BLUE value IS 228 (89.45% from 255) = 41.38%
R=29.04%
G=29.58%
B=41.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1601632280.300.2900.11237.3555.7476.08
HexA0A3E41E1D0Bed384c
Octal240243344363501335570114
Binary101000001010001111100100111101110101011111011011110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A3E4; }

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

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

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

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

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

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

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

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