#A69ECD

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

Shades of Wistful #A69ECD

Tints of Wistful #A69ECD

Color information

#A69ECD (or 0xA69ECD) is unknown color: approx Wistful. HEX triplet: A6, 9E and CD. RGB value is (166,158,205). Sum of RGB (Red+Green+Blue) = 166+158+205=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 205 - color contains mainly: blue. Hex color #A69ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69ECD is #596132. Grayscale: #A5A5A5. Windows color (decimal): -5857587 or 13475494. OLE color: 13475494.

HSL color Cylindrical-coordinate representation of color #A69ECD: hue angle of 250.21º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A69ECD is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB166158205-
CMYK0.190.2300.20
HSL250.21º31.97%71.18%-
HSV(B)250.21º22.93%80.39%-
XYZ38.9736.9762.84-
YUV165.75150.15128.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.38%
GREEN value IS 158 (62.11% from 255) = 29.87%
BLUE value IS 205 (80.47% from 255) = 38.75%
R=31.38%
G=29.87%
B=38.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1661582050.190.2300.20250.2131.9771.18
HexA69ECD1317014fa2047
Octal246236315232702437240107
Binary1010011010011110110011011001110111010100111110101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69ECD; }

 p { color: rgb(166,158,205); }

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

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

 a { background-color: rgb(166,158,205); }

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

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

 span { border-color: rgb(166,158,205); }

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