Html Css Color HEX #A19ECD Wistful

📋 copy color: '#A19ECD'

red 161 ◦ green 158 ◦ blue 205

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

Shades of Wistful #A19ECD

Tints of Wistful #A19ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.12%

R = 30.73%
G = 30.15%
B = 39.12%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A19ECD (or 0xA19ECD) is known color: Wistful. HEX triplet: A1, 9E and CD. RGB value is (161,158,205). Sum of RGB (Red+Green+Blue) = 161+158+205=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #A19ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19ECD is #5E6132. Grayscale: #A4A4A4. Windows color (decimal): -6185267 or 13475489. OLE color: 13475489.

HSL color Cylindrical-coordinate representation of color #A19ECD: hue angle of 243.83º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A19ECD is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 158 205 -
CMYK 0.21 0.23 0 0.20
HSL 243.83º 0.32% 0.71% -
HSV(B) 243.83º 0.23% 0.8% -
XYZ 37.94 36.44 62.79 -
YUV 164.26 150.99 125.68 -
System Red Green Blue C M Y K H S L
Decimal 161 158 205 0.21 0.23 0 0.20 243.83 0.32 0.71
Hex A1 9E CD 15 17 0 14 F4 20 47
Octal 241 236 315 25 27 0 24 364 40 107
Binary 10100001 10011110 11001101 10101 10111 0 10100 11110100 100000 1000111

Color Harmonies of #A19ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19ECD

Black with #A19ECD

Text Example


Text Example

White with #A19ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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