Html Css Color HEX #A19ED5 Wistful

📋 copy color: '#A19ED5'

red 161 ◦ green 158 ◦ blue 213

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

Shades of Wistful #A19ED5

Tints of Wistful #A19ED5

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.7%

 BLUE value IS 213 (83.59% from 255) = 40.04%

R = 30.26%
G = 29.7%
B = 40.04%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A19ED5 (or 0xA19ED5) is known color: Wistful. HEX triplet: A1, 9E and D5. RGB value is (161,158,213). Sum of RGB (Red+Green+Blue) = 161+158+213=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 213 - color contains mainly: blue. Hex color #A19ED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19ED5 is #5E612A. Grayscale: #A4A4A4. Windows color (decimal): -6185259 or 13999777. OLE color: 13999777.

HSL color Cylindrical-coordinate representation of color #A19ED5: hue angle of 243.27º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A19ED5 is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 158 213 -
CMYK 0.24 0.26 0 0.16
HSL 243.27º 0.4% 0.73% -
HSV(B) 243.27º 0.26% 0.84% -
XYZ 38.94 36.83 68.01 -
YUV 165.17 154.99 125.03 -
System Red Green Blue C M Y K H S L
Decimal 161 158 213 0.24 0.26 0 0.16 243.27 0.4 0.73
Hex A1 9E D5 18 1A 0 10 F3 28 49
Octal 241 236 325 30 32 0 20 363 50 111
Binary 10100001 10011110 11010101 11000 11010 0 10000 11110011 101000 1001001

Color Harmonies of #A19ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19ED5

Black with #A19ED5

Text Example


Text Example

White with #A19ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19ED5; }

 p { color: rgb(161,158,213); }

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

background-color css

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

 a { background-color: rgb(161,158,213); }

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

border-color css

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

 span { border-color: rgb(161,158,213); }

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