Html Css Color HEX #A199D7 Wistful

📋 copy color: '#A199D7'

red 161 ◦ green 153 ◦ blue 215

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

Shades of Wistful #A199D7

Tints of Wistful #A199D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.64%

R = 30.43%
G = 28.92%
B = 40.64%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A199D7 (or 0xA199D7) is known color: Wistful. HEX triplet: A1, 99 and D7. RGB value is (161,153,215). Sum of RGB (Red+Green+Blue) = 161+153+215=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 215 (84.38% from 255 or 40.64% from 529); Max value from RGB is 215 - color contains mainly: blue. Hex color #A199D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A199D7 is #5E6628. Grayscale: #A2A2A2. Windows color (decimal): -6186537 or 14129569. OLE color: 14129569.

HSL color Cylindrical-coordinate representation of color #A199D7: hue angle of 247.74º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A199D7 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 153 215 -
CMYK 0.25 0.29 0 0.16
HSL 247.74º 0.44% 0.72% -
HSV(B) 247.74º 0.29% 0.84% -
XYZ 38.35 35.27 69.08 -
YUV 162.46 157.65 126.96 -
System Red Green Blue C M Y K H S L
Decimal 161 153 215 0.25 0.29 0 0.16 247.74 0.44 0.72
Hex A1 99 D7 19 1D 0 10 F8 2C 48
Octal 241 231 327 31 35 0 20 370 54 110
Binary 10100001 10011001 11010111 11001 11101 0 10000 11111000 101100 1001000

Color Harmonies of #A199D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A199D7

Black with #A199D7

Text Example


Text Example

White with #A199D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A199D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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