Html Css Color HEX #A19EDA Wistful

📋 copy color: '#A19EDA'

red 161 ◦ green 158 ◦ blue 218

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

Shades of Wistful #A19EDA

Tints of Wistful #A19EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.6%

R = 29.98%
G = 29.42%
B = 40.6%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A19EDA (or 0xA19EDA) is known color: Wistful. HEX triplet: A1, 9E and DA. RGB value is (161,158,218). Sum of RGB (Red+Green+Blue) = 161+158+218=537 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.98% from 537); Green value is 158 (62.11% from 255 or 29.42% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #A19EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19EDA is #5E6125. Grayscale: #A5A5A5. Windows color (decimal): -6185254 or 14327457. OLE color: 14327457.

HSL color Cylindrical-coordinate representation of color #A19EDA: hue angle of 243º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A19EDA is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 158 218 -
CMYK 0.26 0.28 0 0.15
HSL 243º 0.45% 0.74% -
HSV(B) 243º 0.28% 0.85% -
XYZ 39.58 37.09 71.4 -
YUV 165.74 157.49 124.62 -
System Red Green Blue C M Y K H S L
Decimal 161 158 218 0.26 0.28 0 0.15 243 0.45 0.74
Hex A1 9E DA 1A 1C 0 F F3 2D 4A
Octal 241 236 332 32 34 0 17 363 55 112
Binary 10100001 10011110 11011010 11010 11100 0 1111 11110011 101101 1001010

Color Harmonies of #A19EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19EDA

Black with #A19EDA

Text Example


Text Example

White with #A19EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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