Html Css Color HEX #A194B9 Cold Purple

📋 copy color: '#A194B9'

red 161 ◦ green 148 ◦ blue 185

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

Shades of Cold Purple #A194B9

Tints of Cold Purple #A194B9

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.96%

 BLUE value IS 185 (72.66% from 255) = 37.45%

R = 32.59%
G = 29.96%
B = 37.45%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A194B9 (or 0xA194B9) is known color: Cold Purple. HEX triplet: A1, 94 and B9. RGB value is (161,148,185). Sum of RGB (Red+Green+Blue) = 161+148+185=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 185 (72.66% from 255 or 37.45% from 494); Max value from RGB is 185 - color contains mainly: blue. Hex color #A194B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A194B9 is #5E6B46. Grayscale: #9B9B9B. Windows color (decimal): -6187847 or 12162209. OLE color: 12162209.

HSL color Cylindrical-coordinate representation of color #A194B9: hue angle of 261.08º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A194B9 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 148 185 -
CMYK 0.13 0.20 0 0.27
HSL 261.08º 0.21% 0.65% -
HSV(B) 261.08º 0.2% 0.73% -
XYZ 34.04 32.26 50.33 -
YUV 156.11 144.31 131.49 -
System Red Green Blue C M Y K H S L
Decimal 161 148 185 0.13 0.20 0 0.27 261.08 0.21 0.65
Hex A1 94 B9 D 14 0 1B 105 15 41
Octal 241 224 271 15 24 0 33 405 25 101
Binary 10100001 10010100 10111001 1101 10100 0 11011 100000101 10101 1000001

Color Harmonies of #A194B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A194B9

Black with #A194B9

Text Example


Text Example

White with #A194B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A194B9; }

 p { color: rgb(161,148,185); }

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

background-color css

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

 a { background-color: rgb(161,148,185); }

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

border-color css

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

 span { border-color: rgb(161,148,185); }

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