#A182CD

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

Shades of Cold Purple #A182CD

Tints of Cold Purple #A182CD

Color information

#A182CD (or 0xA182CD) is unknown color: approx Cold Purple. HEX triplet: A1, 82 and CD. RGB value is (161,130,205). Sum of RGB (Red+Green+Blue) = 161+130+205=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #A182CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A182CD is #5E7D32. Grayscale: #939393. Windows color (decimal): -6192435 or 13468321. OLE color: 13468321.

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

Color convert

RGB161130205-
CMYK0.210.3700.20
HSL264.8º42.86%65.69%-
HSV(B)264.8º36.59%80.39%-
XYZ33.727.9561.38-
YUV147.82160.27137.4-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.46%
GREEN value IS 130 (51.17% from 255) = 26.21%
BLUE value IS 205 (80.47% from 255) = 41.33%
R=32.46%
G=26.21%
B=41.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611302050.210.3700.20264.842.8665.69
HexA182CD15250141092b42
Octal241202315254502441153102
Binary101000011000001011001101101011001010101001000010011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A182CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A182CD; }

 p { color: rgb(161,130,205); }

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

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

 a { background-color: rgb(161,130,205); }

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

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

 span { border-color: rgb(161,130,205); }

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