Html Css Color HEX #A199B2 Cold Purple

📋 copy color: '#A199B2'

red 161 ◦ green 153 ◦ blue 178

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

Shades of Cold Purple #A199B2

Tints of Cold Purple #A199B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.18%

R = 32.72%
G = 31.1%
B = 36.18%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A199B2 (or 0xA199B2) is known color: Cold Purple. HEX triplet: A1, 99 and B2. RGB value is (161,153,178). Sum of RGB (Red+Green+Blue) = 161+153+178=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 178 - color contains mainly: blue. Hex color #A199B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A199B2 is #5E664D. Grayscale: #9E9E9E. Windows color (decimal): -6186574 or 11704737. OLE color: 11704737.

HSL color Cylindrical-coordinate representation of color #A199B2: hue angle of 259.2º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A199B2 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 161 153 178 -
CMYK 0.10 0.14 0 0.30
HSL 259.2º 0.14% 0.65% -
HSV(B) 259.2º 0.14% 0.7% -
XYZ 34.13 33.57 46.8 -
YUV 158.24 139.15 129.97 -
System Red Green Blue C M Y K H S L
Decimal 161 153 178 0.10 0.14 0 0.30 259.2 0.14 0.65
Hex A1 99 B2 A E 0 1E 103 E 41
Octal 241 231 262 12 16 0 36 403 16 101
Binary 10100001 10011001 10110010 1010 1110 0 11110 100000011 1110 1000001

Color Harmonies of #A199B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A199B2

Black with #A199B2

Text Example


Text Example

White with #A199B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A199B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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