#A69CD3

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

Shades of Wistful #A69CD3

Tints of Wistful #A69CD3

Color information

#A69CD3 (or 0xA69CD3) is unknown color: approx Wistful. HEX triplet: A6, 9C and D3. RGB value is (166,156,211). Sum of RGB (Red+Green+Blue) = 166+156+211=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 211 (82.81% from 255 or 39.59% from 533); Max value from RGB is 211 - color contains mainly: blue. Hex color #A69CD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69CD3 is #59632C. Grayscale: #A5A5A5. Windows color (decimal): -5858093 or 13868198. OLE color: 13868198.

HSL color Cylindrical-coordinate representation of color #A69CD3: hue angle of 250.91º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A69CD3 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB166156211-
CMYK0.210.2600.17
HSL250.91º38.46%71.96%-
HSV(B)250.91º26.07%82.75%-
XYZ39.3736.5966.61-
YUV165.26153.81128.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.14%
GREEN value IS 156 (61.33% from 255) = 29.27%
BLUE value IS 211 (82.81% from 255) = 39.59%
R=31.14%
G=29.27%
B=39.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1661562110.210.2600.17250.9138.4671.96
HexA69CD3151A011fb2648
Octal246234323253202137346110
Binary1010011010011100110100111010111010010001111110111001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69CD3; }

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

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

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

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

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

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

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

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