#A185CF

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

Shades of Cold Purple #A185CF

Tints of Cold Purple #A185CF

Color information

#A185CF (or 0xA185CF) is unknown color: approx Cold Purple. HEX triplet: A1, 85 and CF. RGB value is (161,133,207). Sum of RGB (Red+Green+Blue) = 161+133+207=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #A185CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A185CF is #5E7A30. Grayscale: #959595. Windows color (decimal): -6191665 or 13600161. OLE color: 13600161.

HSL color Cylindrical-coordinate representation of color #A185CF: hue angle of 262.7º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A185CF is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB161133207-
CMYK0.220.3600.19
HSL262.7º43.53%66.67%-
HSV(B)262.7º35.75%81.18%-
XYZ34.3528.8662.79-
YUV149.81160.28135.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.14%
GREEN value IS 133 (52.34% from 255) = 26.55%
BLUE value IS 207 (81.25% from 255) = 41.32%
R=32.14%
G=26.55%
B=41.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1611332070.220.3600.19262.743.5366.67
HexA185CF16240131072c43
Octal241205317264402340754103
Binary101000011000010111001111101101001000100111000001111011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A185CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A185CF; }

 p { color: rgb(161,133,207); }

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

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

 a { background-color: rgb(161,133,207); }

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

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

 span { border-color: rgb(161,133,207); }

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