#A69FC1

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

Shades of Wistful #A69FC1

Tints of Wistful #A69FC1

Color information

#A69FC1 (or 0xA69FC1) is unknown color: approx Wistful. HEX triplet: A6, 9F and C1. RGB value is (166,159,193). Sum of RGB (Red+Green+Blue) = 166+159+193=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 193 - color contains mainly: blue. Hex color #A69FC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69FC1 is #59603E. Grayscale: #A4A4A4. Windows color (decimal): -5857343 or 12689318. OLE color: 12689318.

HSL color Cylindrical-coordinate representation of color #A69FC1: hue angle of 252.35º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A69FC1 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB166159193-
CMYK0.140.1800.24
HSL252.35º21.52%69.02%-
HSV(B)252.35º17.62%75.69%-
XYZ37.7536.7555.56-
YUV164.97143.82128.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.05%
GREEN value IS 159 (62.5% from 255) = 30.69%
BLUE value IS 193 (75.78% from 255) = 37.26%
R=32.05%
G=30.69%
B=37.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661591930.140.1800.24252.3521.5269.02
HexA69FC1E12018fc1645
Octal246237301162203037426105
Binary10100110100111111100000111101001001100011111100101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69FC1; }

 p { color: rgb(166,159,193); }

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

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

 a { background-color: rgb(166,159,193); }

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

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

 span { border-color: rgb(166,159,193); }

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