Html Css Color HEX #A19DDC Wistful

📋 copy color: '#A19DDC'

red 161 ◦ green 157 ◦ blue 220

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

Shades of Wistful #A19DDC

Tints of Wistful #A19DDC

RGB

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

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

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

R = 29.93%
G = 29.18%
B = 40.89%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A19DDC (or 0xA19DDC) is known color: Wistful. HEX triplet: A1, 9D and DC. RGB value is (161,157,220). Sum of RGB (Red+Green+Blue) = 161+157+220=538 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.93% from 538); Green value is 157 (61.72% from 255 or 29.18% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #A19DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19DDC is #5E6223. Grayscale: #A5A5A5. Windows color (decimal): -6185508 or 14458273. OLE color: 14458273.

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

Color convert

RGB 161 157 220 -
CMYK 0.27 0.29 0 0.14
HSL 243.81º 0.47% 0.74% -
HSV(B) 243.81º 0.29% 0.86% -
XYZ 39.67 36.86 72.73 -
YUV 165.38 158.83 124.88 -
System Red Green Blue C M Y K H S L
Decimal 161 157 220 0.27 0.29 0 0.14 243.81 0.47 0.74
Hex A1 9D DC 1B 1D 0 E F4 2F 4A
Octal 241 235 334 33 35 0 16 364 57 112
Binary 10100001 10011101 11011100 11011 11101 0 1110 11110100 101111 1001010

Color Harmonies of #A19DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19DDC

Black with #A19DDC

Text Example


Text Example

White with #A19DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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