Html Css Color HEX #A19BDF Wistful

📋 copy color: '#A19BDF'

red 161 ◦ green 155 ◦ blue 223

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

Shades of Wistful #A19BDF

Tints of Wistful #A19BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.37%

R = 29.87%
G = 28.76%
B = 41.37%

CMYK

 C value IS 0.28

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A19BDF (or 0xA19BDF) is known color: Wistful. HEX triplet: A1, 9B and DF. RGB value is (161,155,223). Sum of RGB (Red+Green+Blue) = 161+155+223=539 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.87% from 539); Green value is 155 (60.94% from 255 or 28.76% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #A19BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19BDF is #5E6420. Grayscale: #A4A4A4. Windows color (decimal): -6186017 or 14654369. OLE color: 14654369.

HSL color Cylindrical-coordinate representation of color #A19BDF: hue angle of 245.29º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A19BDF is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 155 223 -
CMYK 0.28 0.30 0 0.13
HSL 245.29º 0.52% 0.74% -
HSV(B) 245.29º 0.3% 0.87% -
XYZ 39.74 36.35 74.73 -
YUV 164.55 160.99 125.47 -
System Red Green Blue C M Y K H S L
Decimal 161 155 223 0.28 0.30 0 0.13 245.29 0.52 0.74
Hex A1 9B DF 1C 1E 0 D F5 34 4A
Octal 241 233 337 34 36 0 15 365 64 112
Binary 10100001 10011011 11011111 11100 11110 0 1101 11110101 110100 1001010

Color Harmonies of #A19BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19BDF

Black with #A19BDF

Text Example


Text Example

White with #A19BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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