#A69ECA

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

Shades of Wistful #A69ECA

Tints of Wistful #A69ECA

Color information

#A69ECA (or 0xA69ECA) is unknown color: approx Wistful. HEX triplet: A6, 9E and CA. RGB value is (166,158,202). Sum of RGB (Red+Green+Blue) = 166+158+202=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #A69ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69ECA is #596135. Grayscale: #A5A5A5. Windows color (decimal): -5857590 or 13278886. OLE color: 13278886.

HSL color Cylindrical-coordinate representation of color #A69ECA: hue angle of 250.91º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A69ECA is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB166158202-
CMYK0.180.2200.21
HSL250.91º29.33%70.59%-
HSV(B)250.91º21.78%79.22%-
XYZ38.6136.8260.95-
YUV165.41148.65128.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.56%
GREEN value IS 158 (62.11% from 255) = 30.04%
BLUE value IS 202 (79.30% from 255) = 38.40%
R=31.56%
G=30.04%
B=38.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1661582020.180.2200.21250.9129.3370.59
HexA69ECA1216015fb1d47
Octal246236312222602537335107
Binary101001101001111011001010100101011001010111111011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69ECA; }

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

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

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

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

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

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

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

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