#A184CA

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

Shades of Cold Purple #A184CA

Tints of Cold Purple #A184CA

Color information

#A184CA (or 0xA184CA) is unknown color: approx Cold Purple. HEX triplet: A1, 84 and CA. RGB value is (161,132,202). Sum of RGB (Red+Green+Blue) = 161+132+202=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #A184CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A184CA is #5E7B35. Grayscale: #949494. Windows color (decimal): -6191926 or 13272225. OLE color: 13272225.

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

Color convert

RGB161132202-
CMYK0.200.3500.21
HSL264.86º39.77%65.49%-
HSV(B)264.86º34.65%79.22%-
XYZ33.6128.3459.58-
YUV148.65158.11136.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.53%
GREEN value IS 132 (51.95% from 255) = 26.67%
BLUE value IS 202 (79.30% from 255) = 40.81%
R=32.53%
G=26.67%
B=40.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1611322020.200.3500.21264.8639.7765.49
HexA184CA14230151092841
Octal241204312244302541150101
Binary101000011000010011001010101001000110101011000010011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A184CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A184CA; }

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

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

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

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

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

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

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

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