Html Css Color HEX #A19FDA Wistful

📋 copy color: '#A19FDA'

red 161 ◦ green 159 ◦ blue 218

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

Shades of Wistful #A19FDA

Tints of Wistful #A19FDA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.55%

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

R = 29.93%
G = 29.55%
B = 40.52%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A19FDA (or 0xA19FDA) is known color: Wistful. HEX triplet: A1, 9F and DA. RGB value is (161,159,218). Sum of RGB (Red+Green+Blue) = 161+159+218=538 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.93% from 538); Green value is 159 (62.5% from 255 or 29.55% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #A19FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19FDA is #5E6025. Grayscale: #A6A6A6. Windows color (decimal): -6184998 or 14327713. OLE color: 14327713.

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

Color convert

RGB 161 159 218 -
CMYK 0.26 0.27 0 0.15
HSL 242.03º 0.44% 0.74% -
HSV(B) 242.03º 0.27% 0.85% -
XYZ 39.75 37.44 71.46 -
YUV 166.32 157.16 124.2 -
System Red Green Blue C M Y K H S L
Decimal 161 159 218 0.26 0.27 0 0.15 242.03 0.44 0.74
Hex A1 9F DA 1A 1B 0 F F2 2C 4A
Octal 241 237 332 32 33 0 17 362 54 112
Binary 10100001 10011111 11011010 11010 11011 0 1111 11110010 101100 1001010

Color Harmonies of #A19FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19FDA

Black with #A19FDA

Text Example


Text Example

White with #A19FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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