Html Css Color HEX #A19EDF Wistful

📋 copy color: '#A19EDF'

red 161 ◦ green 158 ◦ blue 223

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

Shades of Wistful #A19EDF

Tints of Wistful #A19EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.14%

R = 29.7%
G = 29.15%
B = 41.14%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A19EDF (or 0xA19EDF) is known color: Wistful. HEX triplet: A1, 9E and DF. RGB value is (161,158,223). Sum of RGB (Red+Green+Blue) = 161+158+223=542 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.70% from 542); Green value is 158 (62.11% from 255 or 29.15% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #A19EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19EDF is #5E6120. Grayscale: #A6A6A6. Windows color (decimal): -6185249 or 14655137. OLE color: 14655137.

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

Color convert

RGB 161 158 223 -
CMYK 0.28 0.29 0 0.13
HSL 242.77º 0.5% 0.75% -
HSV(B) 242.77º 0.29% 0.87% -
XYZ 40.24 37.36 74.9 -
YUV 166.31 159.99 124.21 -
System Red Green Blue C M Y K H S L
Decimal 161 158 223 0.28 0.29 0 0.13 242.77 0.5 0.75
Hex A1 9E DF 1C 1D 0 D F3 32 4B
Octal 241 236 337 34 35 0 15 363 62 113
Binary 10100001 10011110 11011111 11100 11101 0 1101 11110011 110010 1001011

Color Harmonies of #A19EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19EDF

Black with #A19EDF

Text Example


Text Example

White with #A19EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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