#A194C2

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

Shades of Cold Purple #A194C2

Tints of Cold Purple #A194C2

Color information

#A194C2 (or 0xA194C2) is unknown color: approx Cold Purple. HEX triplet: A1, 94 and C2. RGB value is (161,148,194). Sum of RGB (Red+Green+Blue) = 161+148+194=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 194 - color contains mainly: blue. Hex color #A194C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A194C2 is #5E6B3D. Grayscale: #9C9C9C. Windows color (decimal): -6187838 or 12752033. OLE color: 12752033.

HSL color Cylindrical-coordinate representation of color #A194C2: hue angle of 256.96º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A194C2 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB161148194-
CMYK0.170.2400.24
HSL256.96º27.38%67.06%-
HSV(B)256.96º23.71%76.08%-
XYZ35.0332.6555.5-
YUV157.13148.81130.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.01%
GREEN value IS 148 (58.20% from 255) = 29.42%
BLUE value IS 194 (76.17% from 255) = 38.57%
R=32.01%
G=29.42%
B=38.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611481940.170.2400.24256.9627.3867.06
HexA194C211180181011b43
Octal241224302213003040133103
Binary1010000110010100110000101000111000011000100000001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A194C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A194C2; }

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

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

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

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

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

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

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

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