#A69CCA

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

Shades of Wistful #A69CCA

Tints of Wistful #A69CCA

Color information

#A69CCA (or 0xA69CCA) is unknown color: approx Wistful. HEX triplet: A6, 9C and CA. RGB value is (166,156,202). Sum of RGB (Red+Green+Blue) = 166+156+202=524 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.68% from 524); Green value is 156 (61.33% from 255 or 29.77% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #A69CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69CCA is #596335. Grayscale: #A4A4A4. Windows color (decimal): -5858102 or 13278374. OLE color: 13278374.

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

Color convert

RGB166156202-
CMYK0.180.2300.21
HSL253.04º30.26%70.2%-
HSV(B)253.04º22.77%79.22%-
XYZ38.2836.1560.84-
YUV164.23149.31129.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.68%
GREEN value IS 156 (61.33% from 255) = 29.77%
BLUE value IS 202 (79.30% from 255) = 38.55%
R=31.68%
G=29.77%
B=38.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1661562020.180.2300.21253.0430.2670.2
HexA69CCA1217015fd1e46
Octal246234312222702537536106
Binary101001101001110011001010100101011101010111111101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69CCA; }

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

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

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

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

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

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

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

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