Html Css Color HEX #A19DDD Wistful

📋 copy color: '#A19DDD'

red 161 ◦ green 157 ◦ blue 221

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

Shades of Wistful #A19DDD

Tints of Wistful #A19DDD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.13%

 BLUE value IS 221 (86.72% from 255) = 41%

R = 29.87%
G = 29.13%
B = 41%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A19DDD (or 0xA19DDD) is known color: Wistful. HEX triplet: A1, 9D and DD. RGB value is (161,157,221). Sum of RGB (Red+Green+Blue) = 161+157+221=539 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.87% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #A19DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19DDD is #5E6222. Grayscale: #A5A5A5. Windows color (decimal): -6185507 or 14523809. OLE color: 14523809.

HSL color Cylindrical-coordinate representation of color #A19DDD: hue angle of 243.75º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A19DDD is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 157 221 -
CMYK 0.27 0.29 0 0.13
HSL 243.75º 0.48% 0.74% -
HSV(B) 243.75º 0.29% 0.87% -
XYZ 39.81 36.91 73.43 -
YUV 165.49 159.33 124.8 -
System Red Green Blue C M Y K H S L
Decimal 161 157 221 0.27 0.29 0 0.13 243.75 0.48 0.74
Hex A1 9D DD 1B 1D 0 D F4 30 4A
Octal 241 235 335 33 35 0 15 364 60 112
Binary 10100001 10011101 11011101 11011 11101 0 1101 11110100 110000 1001010

Color Harmonies of #A19DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19DDD

Black with #A19DDD

Text Example


Text Example

White with #A19DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19DDD; }

 p { color: rgb(161,157,221); }

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

background-color css

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

 a { background-color: rgb(161,157,221); }

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

border-color css

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

 span { border-color: rgb(161,157,221); }

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