Html Css Color HEX #A199ED Wistful

📋 copy color: '#A199ED'

red 161 ◦ green 153 ◦ blue 237

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

Shades of Wistful #A199ED

Tints of Wistful #A199ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.01%

R = 29.22%
G = 27.77%
B = 43.01%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A199ED (or 0xA199ED) is known color: Wistful. HEX triplet: A1, 99 and ED. RGB value is (161,153,237). Sum of RGB (Red+Green+Blue) = 161+153+237=551 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.22% from 551); Green value is 153 (60.16% from 255 or 27.77% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #A199ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A199ED is #5E6612. Grayscale: #A4A4A4. Windows color (decimal): -6186515 or 15571361. OLE color: 15571361.

HSL color Cylindrical-coordinate representation of color #A199ED: hue angle of 245.71º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A199ED is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 153 237 -
CMYK 0.32 0.35 0 0.07
HSL 245.71º 0.7% 0.76% -
HSV(B) 245.71º 0.35% 0.93% -
XYZ 41.38 36.47 84.98 -
YUV 164.97 168.65 125.17 -
System Red Green Blue C M Y K H S L
Decimal 161 153 237 0.32 0.35 0 0.07 245.71 0.7 0.76
Hex A1 99 ED 20 23 0 7 F6 46 4C
Octal 241 231 355 40 43 0 7 366 106 114
Binary 10100001 10011001 11101101 100000 100011 0 111 11110110 1000110 1001100

Color Harmonies of #A199ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A199ED

Black with #A199ED

Text Example


Text Example

White with #A199ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A199ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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