Html Css Color HEX #A199D0 Wistful

📋 copy color: '#A199D0'

red 161 ◦ green 153 ◦ blue 208

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

Shades of Wistful #A199D0

Tints of Wistful #A199D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.85%

R = 30.84%
G = 29.31%
B = 39.85%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A199D0 (or 0xA199D0) is known color: Wistful. HEX triplet: A1, 99 and D0. RGB value is (161,153,208). Sum of RGB (Red+Green+Blue) = 161+153+208=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 208 - color contains mainly: blue. Hex color #A199D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A199D0 is #5E662F. Grayscale: #A1A1A1. Windows color (decimal): -6186544 or 13670817. OLE color: 13670817.

HSL color Cylindrical-coordinate representation of color #A199D0: hue angle of 248.73º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A199D0 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 153 208 -
CMYK 0.23 0.26 0 0.18
HSL 248.73º 0.37% 0.71% -
HSV(B) 248.73º 0.26% 0.82% -
XYZ 37.47 34.91 64.44 -
YUV 161.66 154.15 127.53 -
System Red Green Blue C M Y K H S L
Decimal 161 153 208 0.23 0.26 0 0.18 248.73 0.37 0.71
Hex A1 99 D0 17 1A 0 12 F9 25 47
Octal 241 231 320 27 32 0 22 371 45 107
Binary 10100001 10011001 11010000 10111 11010 0 10010 11111001 100101 1000111

Color Harmonies of #A199D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A199D0

Black with #A199D0

Text Example


Text Example

White with #A199D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A199D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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