#a191cc

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

Shades of Cold Purple #A191CC

Tints of Cold Purple #A191CC

Color information

#A191CC (or 0xA191CC) is unknown color: approx Cold Purple. HEX triplet: A1, 91 and CC. RGB value is (161,145,204). Sum of RGB (Red+Green+Blue) = 161+145+204=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 145 (57.03% from 255 or 28.43% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #A191CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A191CC is #5E6E33. Grayscale: #9C9C9C. Windows color (decimal): -6188596 or 13406625. OLE color: 13406625.

HSL color Cylindrical-coordinate representation of color #A191CC: hue angle of 256.27º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A191CC is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB161145204-
CMYK0.210.2900.2
HSL256.27º36.65%68.43%-
HSV(B)256.27º28.92%80%-
XYZ35.7232.1961.46-
YUV156.51154.8131.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.57%
GREEN value IS 145 (57.03% from 255) = 28.43%
BLUE value IS 204 (80.08% from 255) = 40%
R=31.57%
G=28.43%
B=40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1611452040.210.2900.2256.2736.6568.43
HexA191CC151D0141002544
Octal241221314253502440045104
Binary10100001100100011100110010101111010101001000000001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a191cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a191cc; }

 p { color: rgb(161,145,204); }

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

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

 a { background-color: rgb(161,145,204); }

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

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

 span { border-color: rgb(161,145,204); }

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