Html Css Color HEX #A199B3 Cold Purple

📋 copy color: '#A199B3'

red 161 ◦ green 153 ◦ blue 179

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

Shades of Cold Purple #A199B3

Tints of Cold Purple #A199B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.31%

R = 32.66%
G = 31.03%
B = 36.31%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A199B3 (or 0xA199B3) is known color: Cold Purple. HEX triplet: A1, 99 and B3. RGB value is (161,153,179). Sum of RGB (Red+Green+Blue) = 161+153+179=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 179 - color contains mainly: blue. Hex color #A199B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A199B3 is #5E664C. Grayscale: #9E9E9E. Windows color (decimal): -6186573 or 11770273. OLE color: 11770273.

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

Color convert

RGB 161 153 179 -
CMYK 0.10 0.15 0 0.30
HSL 258.46º 0.15% 0.65% -
HSV(B) 258.46º 0.15% 0.7% -
XYZ 34.23 33.61 47.33 -
YUV 158.36 139.65 129.89 -
System Red Green Blue C M Y K H S L
Decimal 161 153 179 0.10 0.15 0 0.30 258.46 0.15 0.65
Hex A1 99 B3 A F 0 1E 102 F 41
Octal 241 231 263 12 17 0 36 402 17 101
Binary 10100001 10011001 10110011 1010 1111 0 11110 100000010 1111 1000001

Color Harmonies of #A199B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A199B3

Black with #A199B3

Text Example


Text Example

White with #A199B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A199B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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