#A69CF1

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

Shades of Wistful #A69CF1

Tints of Wistful #A69CF1

Color information

#A69CF1 (or 0xA69CF1) is unknown color: approx Wistful. HEX triplet: A6, 9C and F1. RGB value is (166,156,241). Sum of RGB (Red+Green+Blue) = 166+156+241=563 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.48% from 563); Green value is 156 (61.33% from 255 or 27.71% from 563); Blue value is 241 (94.53% from 255 or 42.81% from 563); Max value from RGB is 241 - color contains mainly: blue. Hex color #A69CF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69CF1 is #59630E. Grayscale: #A8A8A8. Windows color (decimal): -5858063 or 15834278. OLE color: 15834278.

HSL color Cylindrical-coordinate representation of color #A69CF1: hue angle of 247.06º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A69CF1 is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB166156241-
CMYK0.310.3500.05
HSL247.06º75.22%77.84%-
HSV(B)247.06º35.27%94.51%-
XYZ43.4938.2388.31-
YUV168.68168.81126.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.48%
GREEN value IS 156 (61.33% from 255) = 27.71%
BLUE value IS 241 (94.53% from 255) = 42.81%
R=29.48%
G=27.71%
B=42.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1661562410.310.3500.05247.0675.2277.84
HexA69CF11F2305f74b4e
Octal246234361374305367113116
Binary1010011010011100111100011111110001101011111011110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69CF1; }

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

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

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

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

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

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

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

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