#A830A1

Color #A830A1 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #A830A1

Tints of Medium Red Violet #A830A1

Color information

#A830A1 (or 0xA830A1) is unknown color: approx Medium Red Violet. HEX triplet: A8, 30 and A1. RGB value is (168,48,161). Sum of RGB (Red+Green+Blue) = 168+48+161=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 48 (19.14% from 255 or 12.73% from 377); Blue value is 161 (63.28% from 255 or 42.71% from 377); Max value from RGB is 168 - color contains mainly: red. Hex color #A830A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A830A1 is #57CF5E. Grayscale: #606060. Windows color (decimal): -5754719 or 10563752. OLE color: 10563752.

HSL color Cylindrical-coordinate representation of color #A830A1: hue angle of 303.5º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A830A1 is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.34.

Color convert

RGB16848161-
CMYK00.710.040.34
HSL303.5º55.56%42.35%-
HSV(B)303.5º71.43%65.88%-
XYZ23.6413.0134.98-
YUV96.76164.26178.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.56%
GREEN value IS 48 (19.14% from 255) = 12.73%
BLUE value IS 161 (63.28% from 255) = 42.71%
R=44.56%
G=12.73%
B=42.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1684816100.710.040.34303.555.5642.35
HexA830A1047422130382a
Octal2506024101074424607052
Binary101010001100001010000101000111100100010100110000111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A830A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A830A1; }

 p { color: rgb(168,48,161); }

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

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

 a { background-color: rgb(168,48,161); }

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

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

 span { border-color: rgb(168,48,161); }

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