Html Css Color HEX #A19EDD Wistful

📋 copy color: '#A19EDD'

red 161 ◦ green 158 ◦ blue 221

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

Shades of Wistful #A19EDD

Tints of Wistful #A19EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.93%

R = 29.81%
G = 29.26%
B = 40.93%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A19EDD (or 0xA19EDD) is known color: Wistful. HEX triplet: A1, 9E and DD. RGB value is (161,158,221). Sum of RGB (Red+Green+Blue) = 161+158+221=540 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.81% from 540); Green value is 158 (62.11% from 255 or 29.26% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #A19EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19EDD is #5E6122. Grayscale: #A5A5A5. Windows color (decimal): -6185251 or 14524065. OLE color: 14524065.

HSL color Cylindrical-coordinate representation of color #A19EDD: hue angle of 242.86º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A19EDD is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 158 221 -
CMYK 0.27 0.29 0 0.13
HSL 242.86º 0.48% 0.74% -
HSV(B) 242.86º 0.29% 0.87% -
XYZ 39.98 37.25 73.49 -
YUV 166.08 158.99 124.38 -
System Red Green Blue C M Y K H S L
Decimal 161 158 221 0.27 0.29 0 0.13 242.86 0.48 0.74
Hex A1 9E DD 1B 1D 0 D F3 30 4A
Octal 241 236 335 33 35 0 15 363 60 112
Binary 10100001 10011110 11011101 11011 11101 0 1101 11110011 110000 1001010

Color Harmonies of #A19EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19EDD

Black with #A19EDD

Text Example


Text Example

White with #A19EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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