#A69CD5

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

Shades of Wistful #A69CD5

Tints of Wistful #A69CD5

Color information

#A69CD5 (or 0xA69CD5) is unknown color: approx Wistful. HEX triplet: A6, 9C and D5. RGB value is (166,156,213). Sum of RGB (Red+Green+Blue) = 166+156+213=535 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.03% from 535); Green value is 156 (61.33% from 255 or 29.16% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 213 - color contains mainly: blue. Hex color #A69CD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69CD5 is #59632A. Grayscale: #A5A5A5. Windows color (decimal): -5858091 or 13999270. OLE color: 13999270.

HSL color Cylindrical-coordinate representation of color #A69CD5: hue angle of 250.53º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A69CD5 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB166156213-
CMYK0.220.2700.16
HSL250.53º40.43%72.35%-
HSV(B)250.53º26.76%83.53%-
XYZ39.6236.6967.94-
YUV165.49154.81128.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.03%
GREEN value IS 156 (61.33% from 255) = 29.16%
BLUE value IS 213 (83.59% from 255) = 39.81%
R=31.03%
G=29.16%
B=39.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1661562130.220.2700.16250.5340.4372.35
HexA69CD5161B010fb2848
Octal246234325263302037350110
Binary1010011010011100110101011011011011010000111110111010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69CD5; }

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

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

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

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

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

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

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

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