Html Css Color HEX #A19AEE Wistful

📋 copy color: '#A19AEE'

red 161 ◦ green 154 ◦ blue 238

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

Shades of Wistful #A19AEE

Tints of Wistful #A19AEE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.85%

 BLUE value IS 238 (93.36% from 255) = 43.04%

R = 29.11%
G = 27.85%
B = 43.04%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A19AEE (or 0xA19AEE) is known color: Wistful. HEX triplet: A1, 9A and EE. RGB value is (161,154,238). Sum of RGB (Red+Green+Blue) = 161+154+238=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 154 (60.55% from 255 or 27.85% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #A19AEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19AEE is #5E6511. Grayscale: #A5A5A5. Windows color (decimal): -6186258 or 15637153. OLE color: 15637153.

HSL color Cylindrical-coordinate representation of color #A19AEE: hue angle of 245º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A19AEE is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 154 238 -
CMYK 0.32 0.35 0 0.07
HSL 245º 0.71% 0.77% -
HSV(B) 245º 0.35% 0.93% -
XYZ 41.69 36.86 85.81 -
YUV 165.67 168.82 124.67 -
System Red Green Blue C M Y K H S L
Decimal 161 154 238 0.32 0.35 0 0.07 245 0.71 0.77
Hex A1 9A EE 20 23 0 7 F5 47 4D
Octal 241 232 356 40 43 0 7 365 107 115
Binary 10100001 10011010 11101110 100000 100011 0 111 11110101 1000111 1001101

Color Harmonies of #A19AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19AEE

Black with #A19AEE

Text Example


Text Example

White with #A19AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19AEE; }

 p { color: rgb(161,154,238); }

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

background-color css

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

 a { background-color: rgb(161,154,238); }

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

border-color css

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

 span { border-color: rgb(161,154,238); }

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