#A19AD7

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

Shades of Wistful #A19AD7

Tints of Wistful #A19AD7

Color information

#A19AD7 (or 0xA19AD7) is unknown color: approx Wistful. HEX triplet: A1, 9A and D7. RGB value is (161,154,215). Sum of RGB (Red+Green+Blue) = 161+154+215=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 215 (84.38% from 255 or 40.57% from 530); Max value from RGB is 215 - color contains mainly: blue. Hex color #A19AD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19AD7 is #5E6528. Grayscale: #A2A2A2. Windows color (decimal): -6186281 or 14129825. OLE color: 14129825.

HSL color Cylindrical-coordinate representation of color #A19AD7: hue angle of 246.89º degrees, saturation: 0.43, 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 #A19AD7 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB161154215-
CMYK0.250.2800.16
HSL246.89º43.26%72.35%-
HSV(B)246.89º28.37%84.31%-
XYZ38.5235.5969.13-
YUV163.05157.32126.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.38%
GREEN value IS 154 (60.55% from 255) = 29.06%
BLUE value IS 215 (84.38% from 255) = 40.57%
R=30.38%
G=29.06%
B=40.57%

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
Decimal1611542150.250.2800.16246.8943.2672.35
HexA19AD7191C010f72b48
Octal241232327313402036753110
Binary1010000110011010110101111100111100010000111101111010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19AD7; }

 p { color: rgb(161,154,215); }

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

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

 a { background-color: rgb(161,154,215); }

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

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

 span { border-color: rgb(161,154,215); }

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