Html Css Color HEX #A19BE0 Wistful

📋 copy color: '#A19BE0'

red 161 ◦ green 155 ◦ blue 224

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

Shades of Wistful #A19BE0

Tints of Wistful #A19BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.48%

R = 29.81%
G = 28.7%
B = 41.48%

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

#A19BE0 (or 0xA19BE0) is known color: Wistful. HEX triplet: A1, 9B and E0. RGB value is (161,155,224). Sum of RGB (Red+Green+Blue) = 161+155+224=540 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.81% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 224 (87.89% from 255 or 41.48% from 540); Max value from RGB is 224 - color contains mainly: blue. Hex color #A19BE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19BE0 is #5E641F. Grayscale: #A4A4A4. Windows color (decimal): -6186016 or 14719905. OLE color: 14719905.

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

Color convert

RGB 161 155 224 -
CMYK 0.28 0.31 0 0.12
HSL 245.22º 0.53% 0.74% -
HSV(B) 245.22º 0.31% 0.88% -
XYZ 39.87 36.4 75.45 -
YUV 164.66 161.49 125.39 -
System Red Green Blue C M Y K H S L
Decimal 161 155 224 0.28 0.31 0 0.12 245.22 0.53 0.74
Hex A1 9B E0 1C 1F 0 C F5 35 4A
Octal 241 233 340 34 37 0 14 365 65 112
Binary 10100001 10011011 11100000 11100 11111 0 1100 11110101 110101 1001010

Color Harmonies of #A19BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19BE0

Black with #A19BE0

Text Example


Text Example

White with #A19BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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