Html Css Color HEX #A19ED7 Wistful

📋 copy color: '#A19ED7'

red 161 ◦ green 158 ◦ blue 215

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

Shades of Wistful #A19ED7

Tints of Wistful #A19ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.26%

R = 30.15%
G = 29.59%
B = 40.26%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A19ED7 (or 0xA19ED7) is known color: Wistful. HEX triplet: A1, 9E and D7. RGB value is (161,158,215). Sum of RGB (Red+Green+Blue) = 161+158+215=534 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.15% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 215 (84.38% from 255 or 40.26% from 534); Max value from RGB is 215 - color contains mainly: blue. Hex color #A19ED7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19ED7 is #5E6128. Grayscale: #A5A5A5. Windows color (decimal): -6185257 or 14130849. OLE color: 14130849.

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

Color convert

RGB 161 158 215 -
CMYK 0.25 0.27 0 0.16
HSL 243.16º 0.42% 0.73% -
HSV(B) 243.16º 0.27% 0.84% -
XYZ 39.19 36.94 69.35 -
YUV 165.4 155.99 124.87 -
System Red Green Blue C M Y K H S L
Decimal 161 158 215 0.25 0.27 0 0.16 243.16 0.42 0.73
Hex A1 9E D7 19 1B 0 10 F3 2A 49
Octal 241 236 327 31 33 0 20 363 52 111
Binary 10100001 10011110 11010111 11001 11011 0 10000 11110011 101010 1001001

Color Harmonies of #A19ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19ED7

Black with #A19ED7

Text Example


Text Example

White with #A19ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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