#A185CA

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

Shades of Cold Purple #A185CA

Tints of Cold Purple #A185CA

Color information

#A185CA (or 0xA185CA) is unknown color: approx Cold Purple. HEX triplet: A1, 85 and CA. RGB value is (161,133,202). Sum of RGB (Red+Green+Blue) = 161+133+202=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #A185CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A185CA is #5E7A35. Grayscale: #949494. Windows color (decimal): -6191670 or 13272481. OLE color: 13272481.

HSL color Cylindrical-coordinate representation of color #A185CA: hue angle of 264.35º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A185CA is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB161133202-
CMYK0.200.3400.21
HSL264.35º39.43%65.69%-
HSV(B)264.35º34.16%79.22%-
XYZ33.7528.6259.62-
YUV149.24157.78136.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.46%
GREEN value IS 133 (52.34% from 255) = 26.81%
BLUE value IS 202 (79.30% from 255) = 40.73%
R=32.46%
G=26.81%
B=40.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1611332020.200.3400.21264.3539.4365.69
HexA185CA14220151082742
Octal241205312244202541047102
Binary101000011000010111001010101001000100101011000010001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A185CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A185CA; }

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

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

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

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

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

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

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

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