#A69CF5

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

Shades of Wistful #A69CF5

Tints of Wistful #A69CF5

Color information

#A69CF5 (or 0xA69CF5) is unknown color: approx Wistful. HEX triplet: A6, 9C and F5. RGB value is (166,156,245). Sum of RGB (Red+Green+Blue) = 166+156+245=567 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.28% from 567); Green value is 156 (61.33% from 255 or 27.51% from 567); Blue value is 245 (96.09% from 255 or 43.21% from 567); Max value from RGB is 245 - color contains mainly: blue. Hex color #A69CF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69CF5 is #59630A. Grayscale: #A8A8A8. Windows color (decimal): -5858059 or 16096422. OLE color: 16096422.

HSL color Cylindrical-coordinate representation of color #A69CF5: hue angle of 246.74º degrees, saturation: 0.82, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A69CF5 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB166156245-
CMYK0.320.3600.04
HSL246.74º81.65%78.63%-
HSV(B)246.74º36.33%96.08%-
XYZ44.138.4891.49-
YUV169.14170.81125.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.28%
GREEN value IS 156 (61.33% from 255) = 27.51%
BLUE value IS 245 (96.09% from 255) = 43.21%
R=29.28%
G=27.51%
B=43.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1661562450.320.3600.04246.7481.6578.63
HexA69CF5202404f7524f
Octal246234365404404367122117
Binary10100110100111001111010110000010010001001111011110100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69CF5; }

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

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

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

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

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

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

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

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