Html Css Color HEX #A199E0 Wistful

📋 copy color: '#A199E0'

red 161 ◦ green 153 ◦ blue 224

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

Shades of Wistful #A199E0

Tints of Wistful #A199E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.64%

R = 29.93%
G = 28.44%
B = 41.64%

CMYK

 C value IS 0.28

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A199E0 (or 0xA199E0) is known color: Wistful. HEX triplet: A1, 99 and E0. RGB value is (161,153,224). Sum of RGB (Red+Green+Blue) = 161+153+224=538 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.93% from 538); Green value is 153 (60.16% from 255 or 28.44% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 224 - color contains mainly: blue. Hex color #A199E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A199E0 is #5E661F. Grayscale: #A3A3A3. Windows color (decimal): -6186528 or 14719393. OLE color: 14719393.

HSL color Cylindrical-coordinate representation of color #A199E0: hue angle of 246.76º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A199E0 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 161 153 224 -
CMYK 0.28 0.32 0 0.12
HSL 246.76º 0.53% 0.74% -
HSV(B) 246.76º 0.32% 0.88% -
XYZ 39.54 35.74 75.34 -
YUV 163.49 162.15 126.23 -
System Red Green Blue C M Y K H S L
Decimal 161 153 224 0.28 0.32 0 0.12 246.76 0.53 0.74
Hex A1 99 E0 1C 20 0 C F7 35 4A
Octal 241 231 340 34 40 0 14 367 65 112
Binary 10100001 10011001 11100000 11100 100000 0 1100 11110111 110101 1001010

Color Harmonies of #A199E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A199E0

Black with #A199E0

Text Example


Text Example

White with #A199E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A199E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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