Html Css Color HEX #A199DA Wistful

📋 copy color: '#A199DA'

red 161 ◦ green 153 ◦ blue 218

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

Shades of Wistful #A199DA

Tints of Wistful #A199DA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.76%

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

R = 30.26%
G = 28.76%
B = 40.98%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A199DA (or 0xA199DA) is known color: Wistful. HEX triplet: A1, 99 and DA. RGB value is (161,153,218). Sum of RGB (Red+Green+Blue) = 161+153+218=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #A199DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A199DA is #5E6625. Grayscale: #A2A2A2. Windows color (decimal): -6186534 or 14326177. OLE color: 14326177.

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

Color convert

RGB 161 153 218 -
CMYK 0.26 0.30 0 0.15
HSL 247.38º 0.47% 0.73% -
HSV(B) 247.38º 0.3% 0.85% -
XYZ 38.74 35.42 71.12 -
YUV 162.8 159.15 126.71 -
System Red Green Blue C M Y K H S L
Decimal 161 153 218 0.26 0.30 0 0.15 247.38 0.47 0.73
Hex A1 99 DA 1A 1E 0 F F7 2F 49
Octal 241 231 332 32 36 0 17 367 57 111
Binary 10100001 10011001 11011010 11010 11110 0 1111 11110111 101111 1001001

Color Harmonies of #A199DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A199DA

Black with #A199DA

Text Example


Text Example

White with #A199DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A199DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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