#A69BF4

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

Shades of Wistful #A69BF4

Tints of Wistful #A69BF4

Color information

#A69BF4 (or 0xA69BF4) is unknown color: approx Wistful. HEX triplet: A6, 9B and F4. RGB value is (166,155,244). Sum of RGB (Red+Green+Blue) = 166+155+244=565 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.38% from 565); Green value is 155 (60.94% from 255 or 27.43% from 565); Blue value is 244 (95.70% from 255 or 43.19% from 565); Max value from RGB is 244 - color contains mainly: blue. Hex color #A69BF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69BF4 is #59640B. Grayscale: #A8A8A8. Windows color (decimal): -5858316 or 16030630. OLE color: 16030630.

HSL color Cylindrical-coordinate representation of color #A69BF4: hue angle of 247.42º 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 #A69BF4 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB166155244-
CMYK0.320.3600.04
HSL247.42º80.18%78.24%-
HSV(B)247.42º36.48%95.69%-
XYZ43.7838.0890.63-
YUV168.44170.64126.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.38%
GREEN value IS 155 (60.94% from 255) = 27.43%
BLUE value IS 244 (95.70% from 255) = 43.19%
R=29.38%
G=27.43%
B=43.19%

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
Decimal1661552440.320.3600.04247.4280.1878.24
HexA69BF4202404f7504e
Octal246233364404404367120116
Binary10100110100110111111010010000010010001001111011110100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69BF4; }

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

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

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

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

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

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

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

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