Html Css Color HEX #A199AD Cold Purple

📋 copy color: '#A199AD'

red 161 ◦ green 153 ◦ blue 173

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

Shades of Cold Purple #A199AD

Tints of Cold Purple #A199AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.52%

R = 33.06%
G = 31.42%
B = 35.52%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A199AD (or 0xA199AD) is known color: Cold Purple. HEX triplet: A1, 99 and AD. RGB value is (161,153,173). Sum of RGB (Red+Green+Blue) = 161+153+173=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 173 - color contains mainly: blue. Hex color #A199AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A199AD is #5E6652. Grayscale: #9D9D9D. Windows color (decimal): -6186579 or 11377057. OLE color: 11377057.

HSL color Cylindrical-coordinate representation of color #A199AD: hue angle of 264º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A199AD is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 153 173 -
CMYK 0.07 0.12 0 0.32
HSL 264º 0.11% 0.64% -
HSV(B) 264º 0.12% 0.68% -
XYZ 33.63 33.38 44.2 -
YUV 157.67 136.65 130.37 -
System Red Green Blue C M Y K H S L
Decimal 161 153 173 0.07 0.12 0 0.32 264 0.11 0.64
Hex A1 99 AD 7 C 0 20 108 B 40
Octal 241 231 255 7 14 0 40 410 13 100
Binary 10100001 10011001 10101101 111 1100 0 100000 100001000 1011 1000000

Color Harmonies of #A199AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A199AD

Black with #A199AD

Text Example


Text Example

White with #A199AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A199AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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