#A8A1E0

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

Shades of Wistful #A8A1E0

Tints of Wistful #A8A1E0

Color information

#A8A1E0 (or 0xA8A1E0) is unknown color: approx Wistful. HEX triplet: A8, A1 and E0. RGB value is (168,161,224). Sum of RGB (Red+Green+Blue) = 168+161+224=553 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.38% from 553); Green value is 161 (63.28% from 255 or 29.11% from 553); Blue value is 224 (87.89% from 255 or 40.51% from 553); Max value from RGB is 224 - color contains mainly: blue. Hex color #A8A1E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A1E0 is #575E1F. Grayscale: #AAAAAA. Windows color (decimal): -5725728 or 14721448. OLE color: 14721448.

HSL color Cylindrical-coordinate representation of color #A8A1E0: hue angle of 246.67º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8A1E0 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB168161224-
CMYK0.250.2800.12
HSL246.67º50.4%75.49%-
HSV(B)246.67º28.12%87.84%-
XYZ42.3539.275.85-
YUV170.27158.32126.38-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.38%
GREEN value IS 161 (63.28% from 255) = 29.11%
BLUE value IS 224 (87.89% from 255) = 40.51%
R=30.38%
G=29.11%
B=40.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1681612240.250.2800.12246.6750.475.49
HexA8A1E0191C0Cf7324b
Octal250241340313401436762113
Binary101010001010000111100000110011110001100111101111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A1E0; }

 p { color: rgb(168,161,224); }

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

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

 a { background-color: rgb(168,161,224); }

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

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

 span { border-color: rgb(168,161,224); }

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