#A185CE

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

Shades of Cold Purple #A185CE

Tints of Cold Purple #A185CE

Color information

#A185CE (or 0xA185CE) is unknown color: approx Cold Purple. HEX triplet: A1, 85 and CE. RGB value is (161,133,206). Sum of RGB (Red+Green+Blue) = 161+133+206=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #A185CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A185CE is #5E7A31. Grayscale: #959595. Windows color (decimal): -6191666 or 13534625. OLE color: 13534625.

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

Color convert

RGB161133206-
CMYK0.220.3500.19
HSL263.01º42.69%66.47%-
HSV(B)263.01º35.44%80.78%-
XYZ34.2328.8162.15-
YUV149.69159.78136.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.2%
GREEN value IS 133 (52.34% from 255) = 26.6%
BLUE value IS 206 (80.86% from 255) = 41.2%
R=32.2%
G=26.6%
B=41.2%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1611332060.220.3500.19263.0142.6966.47
HexA185CE16230131072b42
Octal241205316264302340753102
Binary101000011000010111001110101101000110100111000001111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A185CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A185CE; }

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

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

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

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

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

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

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

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