Html Css Color HEX #A19BD1 Wistful

📋 copy color: '#A19BD1'

red 161 ◦ green 155 ◦ blue 209

#A19BD1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wistful #A19BD1

Tints of Wistful #A19BD1

RGB

 RED value IS 161 (63.28% from 255) = 30.67%

 GREEN value IS 155 (60.94% from 255) = 29.52%

 BLUE value IS 209 (82.03% from 255) = 39.81%

R = 30.67%
G = 29.52%
B = 39.81%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A19BD1 (or 0xA19BD1) is known color: Wistful. HEX triplet: A1, 9B and D1. RGB value is (161,155,209). Sum of RGB (Red+Green+Blue) = 161+155+209=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 209 (82.03% from 255 or 39.81% from 525); Max value from RGB is 209 - color contains mainly: blue. Hex color #A19BD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19BD1 is #5E642E. Grayscale: #A2A2A2. Windows color (decimal): -6186031 or 13736865. OLE color: 13736865.

HSL color Cylindrical-coordinate representation of color #A19BD1: hue angle of 246.67º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A19BD1 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 155 209 -
CMYK 0.23 0.26 0 0.18
HSL 246.67º 0.37% 0.71% -
HSV(B) 246.67º 0.26% 0.82% -
XYZ 37.93 35.62 65.2 -
YUV 162.95 153.99 126.61 -
System Red Green Blue C M Y K H S L
Decimal 161 155 209 0.23 0.26 0 0.18 246.67 0.37 0.71
Hex A1 9B D1 17 1A 0 12 F7 25 47
Octal 241 233 321 27 32 0 22 367 45 107
Binary 10100001 10011011 11010001 10111 11010 0 10010 11110111 100101 1000111

Color Harmonies of #A19BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19BD1

Black with #A19BD1

Text Example


Text Example

White with #A19BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19BD1; }

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

 H1.HeaderClassName
 {
   color: #A19BD1;
 }
 .AnyTagClassName
 {
   color: #A19BD1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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