Html Css Color HEX #A19EDC Wistful

📋 copy color: '#A19EDC'

red 161 ◦ green 158 ◦ blue 220

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

Shades of Wistful #A19EDC

Tints of Wistful #A19EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.82%

R = 29.87%
G = 29.31%
B = 40.82%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A19EDC (or 0xA19EDC) is known color: Wistful. HEX triplet: A1, 9E and DC. RGB value is (161,158,220). Sum of RGB (Red+Green+Blue) = 161+158+220=539 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.87% from 539); Green value is 158 (62.11% from 255 or 29.31% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #A19EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19EDC is #5E6123. Grayscale: #A5A5A5. Windows color (decimal): -6185252 or 14458529. OLE color: 14458529.

HSL color Cylindrical-coordinate representation of color #A19EDC: hue angle of 242.9º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A19EDC is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 158 220 -
CMYK 0.27 0.28 0 0.14
HSL 242.9º 0.47% 0.74% -
HSV(B) 242.9º 0.28% 0.86% -
XYZ 39.84 37.2 72.79 -
YUV 165.97 158.49 124.46 -
System Red Green Blue C M Y K H S L
Decimal 161 158 220 0.27 0.28 0 0.14 242.9 0.47 0.74
Hex A1 9E DC 1B 1C 0 E F3 2F 4A
Octal 241 236 334 33 34 0 16 363 57 112
Binary 10100001 10011110 11011100 11011 11100 0 1110 11110011 101111 1001010

Color Harmonies of #A19EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19EDC

Black with #A19EDC

Text Example


Text Example

White with #A19EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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