#A69CF4

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

Shades of Wistful #A69CF4

Tints of Wistful #A69CF4

Color information

#A69CF4 (or 0xA69CF4) is unknown color: approx Wistful. HEX triplet: A6, 9C and F4. RGB value is (166,156,244). Sum of RGB (Red+Green+Blue) = 166+156+244=566 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.33% from 566); Green value is 156 (61.33% from 255 or 27.56% from 566); Blue value is 244 (95.70% from 255 or 43.11% from 566); Max value from RGB is 244 - color contains mainly: blue. Hex color #A69CF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69CF4 is #59630B. Grayscale: #A8A8A8. Windows color (decimal): -5858060 or 16030886. OLE color: 16030886.

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

Color convert

RGB166156244-
CMYK0.320.3600.04
HSL246.82º80%78.43%-
HSV(B)246.82º36.07%95.69%-
XYZ43.9438.4290.69-
YUV169.02170.31125.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.33%
GREEN value IS 156 (61.33% from 255) = 27.56%
BLUE value IS 244 (95.70% from 255) = 43.11%
R=29.33%
G=27.56%
B=43.11%

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
Decimal1661562440.320.3600.04246.828078.43
HexA69CF4202404f7504e
Octal246234364404404367120116
Binary10100110100111001111010010000010010001001111011110100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69CF4; }

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

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

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

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

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

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

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

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