#A69BD5

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

Shades of Wistful #A69BD5

Tints of Wistful #A69BD5

Color information

#A69BD5 (or 0xA69BD5) is unknown color: approx Wistful. HEX triplet: A6, 9B and D5. RGB value is (166,155,213). Sum of RGB (Red+Green+Blue) = 166+155+213=534 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.09% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 213 (83.59% from 255 or 39.89% from 534); Max value from RGB is 213 - color contains mainly: blue. Hex color #A69BD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69BD5 is #59642A. Grayscale: #A4A4A4. Windows color (decimal): -5858347 or 13999014. OLE color: 13999014.

HSL color Cylindrical-coordinate representation of color #A69BD5: hue angle of 251.38º degrees, saturation: 0.41, 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 #A69BD5 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB166155213-
CMYK0.220.2700.16
HSL251.38º40.85%72.16%-
HSV(B)251.38º27.23%83.53%-
XYZ39.4636.3567.89-
YUV164.9155.14128.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.09%
GREEN value IS 155 (60.94% from 255) = 29.03%
BLUE value IS 213 (83.59% from 255) = 39.89%
R=31.09%
G=29.03%
B=39.89%

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
Decimal1661552130.220.2700.16251.3840.8572.16
HexA69BD5161B010fb2948
Octal246233325263302037351110
Binary1010011010011011110101011011011011010000111110111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69BD5; }

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

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

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

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

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

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

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

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