Html Css Color HEX #A19BD0 Wistful

📋 copy color: '#A19BD0'

red 161 ◦ green 155 ◦ blue 208

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

Shades of Wistful #A19BD0

Tints of Wistful #A19BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.69%

R = 30.73%
G = 29.58%
B = 39.69%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A19BD0 (or 0xA19BD0) is known color: Wistful. HEX triplet: A1, 9B and D0. RGB value is (161,155,208). Sum of RGB (Red+Green+Blue) = 161+155+208=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 155 (60.94% from 255 or 29.58% from 524); Blue value is 208 (81.64% from 255 or 39.69% from 524); Max value from RGB is 208 - color contains mainly: blue. Hex color #A19BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19BD0 is #5E642F. Grayscale: #A2A2A2. Windows color (decimal): -6186032 or 13671329. OLE color: 13671329.

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

Color convert

RGB 161 155 208 -
CMYK 0.23 0.25 0 0.18
HSL 246.79º 0.36% 0.71% -
HSV(B) 246.79º 0.25% 0.82% -
XYZ 37.8 35.57 64.55 -
YUV 162.84 153.49 126.69 -
System Red Green Blue C M Y K H S L
Decimal 161 155 208 0.23 0.25 0 0.18 246.79 0.36 0.71
Hex A1 9B D0 17 19 0 12 F7 24 47
Octal 241 233 320 27 31 0 22 367 44 107
Binary 10100001 10011011 11010000 10111 11001 0 10010 11110111 100100 1000111

Color Harmonies of #A19BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19BD0

Black with #A19BD0

Text Example


Text Example

White with #A19BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19BD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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