#A182D3

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

Shades of Cold Purple #A182D3

Tints of Cold Purple #A182D3

Color information

#A182D3 (or 0xA182D3) is unknown color: approx Cold Purple. HEX triplet: A1, 82 and D3. RGB value is (161,130,211). Sum of RGB (Red+Green+Blue) = 161+130+211=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 211 (82.81% from 255 or 42.03% from 502); Max value from RGB is 211 - color contains mainly: blue. Hex color #A182D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A182D3 is #5E7D2C. Grayscale: #949494. Windows color (decimal): -6192429 or 13861537. OLE color: 13861537.

HSL color Cylindrical-coordinate representation of color #A182D3: hue angle of 262.96º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A182D3 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB161130211-
CMYK0.240.3800.17
HSL262.96º47.93%66.86%-
HSV(B)262.96º38.39%82.75%-
XYZ34.4428.2565.26-
YUV148.5163.27136.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.07%
GREEN value IS 130 (51.17% from 255) = 25.90%
BLUE value IS 211 (82.81% from 255) = 42.03%
R=32.07%
G=25.90%
B=42.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1611302110.240.3800.17262.9647.9366.86
HexA182D318260111073043
Octal241202323304602140760103
Binary101000011000001011010011110001001100100011000001111100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A182D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A182D3; }

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

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

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

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

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

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

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

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