#A194C5

Color #A194C5 Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #A194C5

Tints of Cold Purple #A194C5

Color information

#A194C5 (or 0xA194C5) is unknown color: approx Cold Purple. HEX triplet: A1, 94 and C5. RGB value is (161,148,197). Sum of RGB (Red+Green+Blue) = 161+148+197=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 197 - color contains mainly: blue. Hex color #A194C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A194C5 is #5E6B3A. Grayscale: #9D9D9D. Windows color (decimal): -6187835 or 12948641. OLE color: 12948641.

HSL color Cylindrical-coordinate representation of color #A194C5: hue angle of 255.92º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A194C5 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB161148197-
CMYK0.180.2500.23
HSL255.92º29.7%67.65%-
HSV(B)255.92º24.87%77.25%-
XYZ35.3732.7957.29-
YUV157.47150.31130.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.82%
GREEN value IS 148 (58.20% from 255) = 29.25%
BLUE value IS 197 (77.34% from 255) = 38.93%
R=31.82%
G=29.25%
B=38.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1611481970.180.2500.23255.9229.767.65
HexA194C512190171001e44
Octal241224305223102740036104
Binary1010000110010100110001011001011001010111100000000111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A194C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A194C5; }

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

 H1.HeaderClassName
 {
   color: #A194C5;
 }
 .AnyTagClassName
 {
   color: #A194C5;
 }
</style>
background-color css

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

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

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

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

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

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