#A69CE1

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

Shades of Wistful #A69CE1

Tints of Wistful #A69CE1

Color information

#A69CE1 (or 0xA69CE1) is unknown color: approx Wistful. HEX triplet: A6, 9C and E1. RGB value is (166,156,225). Sum of RGB (Red+Green+Blue) = 166+156+225=547 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.35% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 225 (88.28% from 255 or 41.13% from 547); Max value from RGB is 225 - color contains mainly: blue. Hex color #A69CE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69CE1 is #59631E. Grayscale: #A6A6A6. Windows color (decimal): -5858079 or 14785702. OLE color: 14785702.

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

Color convert

RGB166156225-
CMYK0.260.3100.12
HSL248.7º53.49%74.71%-
HSV(B)248.7º30.67%88.24%-
XYZ41.237.3276.27-
YUV166.86160.81127.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.35%
GREEN value IS 156 (61.33% from 255) = 28.52%
BLUE value IS 225 (88.28% from 255) = 41.13%
R=30.35%
G=28.52%
B=41.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1661562250.260.3100.12248.753.4974.71
HexA69CE11A1F0Cf9354b
Octal246234341323701437165113
Binary101001101001110011100001110101111101100111110011101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69CE1; }

 p { color: rgb(166,156,225); }

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

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

 a { background-color: rgb(166,156,225); }

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

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

 span { border-color: rgb(166,156,225); }

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