#A194C8

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

Shades of Cold Purple #A194C8

Tints of Cold Purple #A194C8

Color information

#A194C8 (or 0xA194C8) is unknown color: approx Cold Purple. HEX triplet: A1, 94 and C8. RGB value is (161,148,200). Sum of RGB (Red+Green+Blue) = 161+148+200=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 200 (78.52% from 255 or 39.29% from 509); Max value from RGB is 200 - color contains mainly: blue. Hex color #A194C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A194C8 is #5E6B37. Grayscale: #9D9D9D. Windows color (decimal): -6187832 or 13145249. OLE color: 13145249.

HSL color Cylindrical-coordinate representation of color #A194C8: hue angle of 255º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A194C8 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB161148200-
CMYK0.190.2600.22
HSL255º32.1%68.24%-
HSV(B)255º26%78.43%-
XYZ35.7132.9359.12-
YUV157.82151.81130.27-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.63%
GREEN value IS 148 (58.20% from 255) = 29.08%
BLUE value IS 200 (78.52% from 255) = 39.29%
R=31.63%
G=29.08%
B=39.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1611482000.190.2600.2225532.168.24
HexA194C8131A016ff2044
Octal241224310233202637740104
Binary1010000110010100110010001001111010010110111111111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A194C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A194C8; }

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

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

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

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

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

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

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

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