Html Css Color HEX #A199AC Cold Purple

📋 copy color: '#A199AC'

red 161 ◦ green 153 ◦ blue 172

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

Shades of Cold Purple #A199AC

Tints of Cold Purple #A199AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.39%

R = 33.13%
G = 31.48%
B = 35.39%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A199AC (or 0xA199AC) is known color: Cold Purple. HEX triplet: A1, 99 and AC. RGB value is (161,153,172). Sum of RGB (Red+Green+Blue) = 161+153+172=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 172 - color contains mainly: blue. Hex color #A199AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A199AC is #5E6653. Grayscale: #9D9D9D. Windows color (decimal): -6186580 or 11311521. OLE color: 11311521.

HSL color Cylindrical-coordinate representation of color #A199AC: hue angle of 265.26º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A199AC is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 153 172 -
CMYK 0.06 0.11 0 0.33
HSL 265.26º 0.1% 0.64% -
HSV(B) 265.26º 0.11% 0.67% -
XYZ 33.54 33.34 43.7 -
YUV 157.56 136.15 130.46 -
System Red Green Blue C M Y K H S L
Decimal 161 153 172 0.06 0.11 0 0.33 265.26 0.1 0.64
Hex A1 99 AC 6 B 0 21 109 A 40
Octal 241 231 254 6 13 0 41 411 12 100
Binary 10100001 10011001 10101100 110 1011 0 100001 100001001 1010 1000000

Color Harmonies of #A199AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A199AC

Black with #A199AC

Text Example


Text Example

White with #A199AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A199AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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