Html Css Color HEX #A19FEB Wistful

📋 copy color: '#A19FEB'

red 161 ◦ green 159 ◦ blue 235

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

Shades of Wistful #A19FEB

Tints of Wistful #A19FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.34%

R = 29.01%
G = 28.65%
B = 42.34%

CMYK

 C value IS 0.31

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A19FEB (or 0xA19FEB) is known color: Wistful. HEX triplet: A1, 9F and EB. RGB value is (161,159,235). Sum of RGB (Red+Green+Blue) = 161+159+235=555 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.01% from 555); Green value is 159 (62.5% from 255 or 28.65% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #A19FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19FEB is #5E6014. Grayscale: #A7A7A7. Windows color (decimal): -6184981 or 15441825. OLE color: 15441825.

HSL color Cylindrical-coordinate representation of color #A19FEB: hue angle of 241.58º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A19FEB is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 159 235 -
CMYK 0.31 0.32 0 0.08
HSL 241.58º 0.66% 0.77% -
HSV(B) 241.58º 0.32% 0.92% -
XYZ 42.09 38.37 83.79 -
YUV 168.26 165.66 122.82 -
System Red Green Blue C M Y K H S L
Decimal 161 159 235 0.31 0.32 0 0.08 241.58 0.66 0.77
Hex A1 9F EB 1F 20 0 8 F2 42 4D
Octal 241 237 353 37 40 0 10 362 102 115
Binary 10100001 10011111 11101011 11111 100000 0 1000 11110010 1000010 1001101

Color Harmonies of #A19FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19FEB

Black with #A19FEB

Text Example


Text Example

White with #A19FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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