#a184cb

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

Shades of Cold Purple #A184CB

Tints of Cold Purple #A184CB

Color information

#A184CB (or 0xA184CB) is unknown color: approx Cold Purple. HEX triplet: A1, 84 and CB. RGB value is (161,132,203). Sum of RGB (Red+Green+Blue) = 161+132+203=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 132 (51.95% from 255 or 26.61% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #A184CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A184CB is #5E7B34. Grayscale: #949494. Windows color (decimal): -6191925 or 13337761. OLE color: 13337761.

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

Color convert

RGB161132203-
CMYK0.210.3500.20
HSL264.51º40.57%65.69%-
HSV(B)264.51º34.98%79.61%-
XYZ33.7328.3960.2-
YUV148.76158.61136.73-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.46%
GREEN value IS 132 (51.95% from 255) = 26.61%
BLUE value IS 203 (79.69% from 255) = 40.93%
R=32.46%
G=26.61%
B=40.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611322030.210.3500.20264.5140.5765.69
HexA184CB15230141092942
Octal241204313254302441151102
Binary101000011000010011001011101011000110101001000010011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a184cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a184cb; }

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

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

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

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

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

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

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

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