#A69ADD

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

Shades of Wistful #A69ADD

Tints of Wistful #A69ADD

Color information

#A69ADD (or 0xA69ADD) is unknown color: approx Wistful. HEX triplet: A6, 9A and DD. RGB value is (166,154,221). Sum of RGB (Red+Green+Blue) = 166+154+221=541 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.68% from 541); Green value is 154 (60.55% from 255 or 28.47% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #A69ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69ADD is #596522. Grayscale: #A4A4A4. Windows color (decimal): -5858595 or 14523046. OLE color: 14523046.

HSL color Cylindrical-coordinate representation of color #A69ADD: hue angle of 250.75º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A69ADD is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB166154221-
CMYK0.250.3000.13
HSL250.75º49.63%73.53%-
HSV(B)250.75º30.32%86.67%-
XYZ40.3336.4473.31-
YUV165.23159.48128.55-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.68%
GREEN value IS 154 (60.55% from 255) = 28.47%
BLUE value IS 221 (86.72% from 255) = 40.85%
R=30.68%
G=28.47%
B=40.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661542210.250.3000.13250.7549.6373.53
HexA69ADD191E0Dfb324a
Octal246232335313601537362112
Binary101001101001101011011101110011111001101111110111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69ADD; }

 p { color: rgb(166,154,221); }

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

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

 a { background-color: rgb(166,154,221); }

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

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

 span { border-color: rgb(166,154,221); }

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