#A19BD5

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

Shades of Wistful #A19BD5

Tints of Wistful #A19BD5

Color information

#A19BD5 (or 0xA19BD5) is unknown color: approx Wistful. HEX triplet: A1, 9B and D5. RGB value is (161,155,213). Sum of RGB (Red+Green+Blue) = 161+155+213=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 213 - color contains mainly: blue. Hex color #A19BD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19BD5 is #5E642A. Grayscale: #A3A3A3. Windows color (decimal): -6186027 or 13999009. OLE color: 13999009.

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

Color convert

RGB161155213-
CMYK0.240.2700.16
HSL246.21º40.85%72.16%-
HSV(B)246.21º27.23%83.53%-
XYZ38.4335.8267.84-
YUV163.41155.99126.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.43%
GREEN value IS 155 (60.94% from 255) = 29.30%
BLUE value IS 213 (83.59% from 255) = 40.26%
R=30.43%
G=29.30%
B=40.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1611552130.240.2700.16246.2140.8572.16
HexA19BD5181B010f62948
Octal241233325303302036651110
Binary1010000110011011110101011100011011010000111101101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19BD5; }

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

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

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

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

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

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

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

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