Html Css Color HEX #A19BE1 Wistful

📋 copy color: '#A19BE1'

red 161 ◦ green 155 ◦ blue 225

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

Shades of Wistful #A19BE1

Tints of Wistful #A19BE1

RGB

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

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

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

R = 29.76%
G = 28.65%
B = 41.59%

CMYK

 C value IS 0.28

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A19BE1 (or 0xA19BE1) is known color: Wistful. HEX triplet: A1, 9B and E1. RGB value is (161,155,225). Sum of RGB (Red+Green+Blue) = 161+155+225=541 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.76% from 541); Green value is 155 (60.94% from 255 or 28.65% from 541); Blue value is 225 (88.28% from 255 or 41.59% from 541); Max value from RGB is 225 - color contains mainly: blue. Hex color #A19BE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19BE1 is #5E641E. Grayscale: #A4A4A4. Windows color (decimal): -6186015 or 14785441. OLE color: 14785441.

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

Color convert

RGB 161 155 225 -
CMYK 0.28 0.31 0 0.12
HSL 245.14º 0.54% 0.75% -
HSV(B) 245.14º 0.31% 0.88% -
XYZ 40.01 36.46 76.16 -
YUV 164.77 161.99 125.31 -
System Red Green Blue C M Y K H S L
Decimal 161 155 225 0.28 0.31 0 0.12 245.14 0.54 0.75
Hex A1 9B E1 1C 1F 0 C F5 36 4B
Octal 241 233 341 34 37 0 14 365 66 113
Binary 10100001 10011011 11100001 11100 11111 0 1100 11110101 110110 1001011

Color Harmonies of #A19BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19BE1

Black with #A19BE1

Text Example


Text Example

White with #A19BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19BE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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