Html Css Color HEX #A19CDD Wistful

📋 copy color: '#A19CDD'

red 161 ◦ green 156 ◦ blue 221

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

Shades of Wistful #A19CDD

Tints of Wistful #A19CDD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29%

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

R = 29.93%
G = 29%
B = 41.08%

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

#A19CDD (or 0xA19CDD) is known color: Wistful. HEX triplet: A1, 9C and DD. RGB value is (161,156,221). Sum of RGB (Red+Green+Blue) = 161+156+221=538 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.93% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #A19CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19CDD is #5E6322. Grayscale: #A4A4A4. Windows color (decimal): -6185763 or 14523553. OLE color: 14523553.

HSL color Cylindrical-coordinate representation of color #A19CDD: hue angle of 244.62º degrees, saturation: 0.49, 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 #A19CDD is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 156 221 -
CMYK 0.27 0.29 0 0.13
HSL 244.62º 0.49% 0.74% -
HSV(B) 244.62º 0.29% 0.87% -
XYZ 39.64 36.57 73.38 -
YUV 164.91 159.66 125.21 -
System Red Green Blue C M Y K H S L
Decimal 161 156 221 0.27 0.29 0 0.13 244.62 0.49 0.74
Hex A1 9C DD 1B 1D 0 D F5 31 4A
Octal 241 234 335 33 35 0 15 365 61 112
Binary 10100001 10011100 11011101 11011 11101 0 1101 11110101 110001 1001010

Color Harmonies of #A19CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19CDD

Black with #A19CDD

Text Example


Text Example

White with #A19CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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