#A19BD6

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

Shades of Wistful #A19BD6

Tints of Wistful #A19BD6

Color information

#A19BD6 (or 0xA19BD6) is unknown color: approx Wistful. HEX triplet: A1, 9B and D6. RGB value is (161,155,214). Sum of RGB (Red+Green+Blue) = 161+155+214=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 214 (83.98% from 255 or 40.38% from 530); Max value from RGB is 214 - color contains mainly: blue. Hex color #A19BD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19BD6 is #5E6429. Grayscale: #A3A3A3. Windows color (decimal): -6186026 or 14064545. OLE color: 14064545.

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

Color convert

RGB161155214-
CMYK0.250.2800.16
HSL246.1º41.84%72.35%-
HSV(B)246.1º27.57%83.92%-
XYZ38.5635.8768.51-
YUV163.52156.49126.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.38%
GREEN value IS 155 (60.94% from 255) = 29.25%
BLUE value IS 214 (83.98% from 255) = 40.38%
R=30.38%
G=29.25%
B=40.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1611552140.250.2800.16246.141.8472.35
HexA19BD6191C010f62a48
Octal241233326313402036652110
Binary1010000110011011110101101100111100010000111101101010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19BD6; }

 p { color: rgb(161,155,214); }

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

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

 a { background-color: rgb(161,155,214); }

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

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

 span { border-color: rgb(161,155,214); }

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