Html Css Color HEX #A19CDA Wistful

📋 copy color: '#A19CDA'

red 161 ◦ green 156 ◦ blue 218

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

Shades of Wistful #A19CDA

Tints of Wistful #A19CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.75%

R = 30.09%
G = 29.16%
B = 40.75%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A19CDA (or 0xA19CDA) is known color: Wistful. HEX triplet: A1, 9C and DA. RGB value is (161,156,218). Sum of RGB (Red+Green+Blue) = 161+156+218=535 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.09% from 535); Green value is 156 (61.33% from 255 or 29.16% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #A19CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19CDA is #5E6325. Grayscale: #A4A4A4. Windows color (decimal): -6185766 or 14326945. OLE color: 14326945.

HSL color Cylindrical-coordinate representation of color #A19CDA: hue angle of 244.84º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A19CDA is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 156 218 -
CMYK 0.26 0.28 0 0.15
HSL 244.84º 0.46% 0.73% -
HSV(B) 244.84º 0.28% 0.85% -
XYZ 39.24 36.42 71.29 -
YUV 164.56 158.16 125.46 -
System Red Green Blue C M Y K H S L
Decimal 161 156 218 0.26 0.28 0 0.15 244.84 0.46 0.73
Hex A1 9C DA 1A 1C 0 F F5 2E 49
Octal 241 234 332 32 34 0 17 365 56 111
Binary 10100001 10011100 11011010 11010 11100 0 1111 11110101 101110 1001001

Color Harmonies of #A19CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19CDA

Black with #A19CDA

Text Example


Text Example

White with #A19CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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