Html Css Color HEX #A19FE1 Wistful

📋 copy color: '#A19FE1'

red 161 ◦ green 159 ◦ blue 225

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

Shades of Wistful #A19FE1

Tints of Wistful #A19FE1

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.17%

 BLUE value IS 225 (88.28% from 255) = 41.28%

R = 29.54%
G = 29.17%
B = 41.28%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A19FE1 (or 0xA19FE1) is known color: Wistful. HEX triplet: A1, 9F and E1. RGB value is (161,159,225). Sum of RGB (Red+Green+Blue) = 161+159+225=545 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.54% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 225 (88.28% from 255 or 41.28% from 545); Max value from RGB is 225 - color contains mainly: blue. Hex color #A19FE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19FE1 is #5E601E. Grayscale: #A6A6A6. Windows color (decimal): -6184991 or 14786465. OLE color: 14786465.

HSL color Cylindrical-coordinate representation of color #A19FE1: hue angle of 241.82º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A19FE1 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 161 159 225 -
CMYK 0.28 0.29 0 0.12
HSL 241.82º 0.52% 0.75% -
HSV(B) 241.82º 0.29% 0.88% -
XYZ 40.69 37.81 76.39 -
YUV 167.12 160.66 123.63 -
System Red Green Blue C M Y K H S L
Decimal 161 159 225 0.28 0.29 0 0.12 241.82 0.52 0.75
Hex A1 9F E1 1C 1D 0 C F2 34 4B
Octal 241 237 341 34 35 0 14 362 64 113
Binary 10100001 10011111 11100001 11100 11101 0 1100 11110010 110100 1001011

Color Harmonies of #A19FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19FE1

Black with #A19FE1

Text Example


Text Example

White with #A19FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19FE1; }

 p { color: rgb(161,159,225); }

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

background-color css

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

 a { background-color: rgb(161,159,225); }

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

border-color css

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

 span { border-color: rgb(161,159,225); }

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