Html Css Color HEX #A199CC Wistful

📋 copy color: '#A199CC'

red 161 ◦ green 153 ◦ blue 204

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

Shades of Wistful #A199CC

Tints of Wistful #A199CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.38%

R = 31.08%
G = 29.54%
B = 39.38%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A199CC (or 0xA199CC) is known color: Wistful. HEX triplet: A1, 99 and CC. RGB value is (161,153,204). Sum of RGB (Red+Green+Blue) = 161+153+204=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #A199CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A199CC is #5E6633. Grayscale: #A1A1A1. Windows color (decimal): -6186548 or 13408673. OLE color: 13408673.

HSL color Cylindrical-coordinate representation of color #A199CC: hue angle of 249.41º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A199CC is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 161 153 204 -
CMYK 0.21 0.25 0 0.2
HSL 249.41º 0.33% 0.7% -
HSV(B) 249.41º 0.25% 0.8% -
XYZ 36.99 34.72 61.88 -
YUV 161.21 152.15 127.85 -
System Red Green Blue C M Y K H S L
Decimal 161 153 204 0.21 0.25 0 0.2 249.41 0.33 0.7
Hex A1 99 CC 15 19 0 14 F9 21 46
Octal 241 231 314 25 31 0 24 371 41 106
Binary 10100001 10011001 11001100 10101 11001 0 10100 11111001 100001 1000110

Color Harmonies of #A199CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A199CC

Black with #A199CC

Text Example


Text Example

White with #A199CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A199CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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