#A833A1

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

Shades of Medium Red Violet #A833A1

Tints of Medium Red Violet #A833A1

Color information

#A833A1 (or 0xA833A1) is unknown color: approx Medium Red Violet. HEX triplet: A8, 33 and A1. RGB value is (168,51,161). Sum of RGB (Red+Green+Blue) = 168+51+161=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 51 (20.31% from 255 or 13.42% from 380); Blue value is 161 (63.28% from 255 or 42.37% from 380); Max value from RGB is 168 - color contains mainly: red. Hex color #A833A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A833A1 is #57CC5E. Grayscale: #626262. Windows color (decimal): -5753951 or 10564520. OLE color: 10564520.

HSL color Cylindrical-coordinate representation of color #A833A1: hue angle of 303.59º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A833A1 is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.34.

Color convert

RGB16851161-
CMYK00.700.040.34
HSL303.59º53.42%42.94%-
HSV(B)303.59º69.64%65.88%-
XYZ23.7713.2735.03-
YUV98.52163.26177.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.21%
GREEN value IS 51 (20.31% from 255) = 13.42%
BLUE value IS 161 (63.28% from 255) = 42.37%
R=44.21%
G=13.42%
B=42.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1685116100.700.040.34303.5953.4242.94
HexA833A1046422130352b
Octal2506324101064424606553
Binary101010001100111010000101000110100100010100110000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A833A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A833A1; }

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

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

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

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

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

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

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

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