#A2367A

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

Shades of Medium Red Violet #A2367A

Tints of Medium Red Violet #A2367A

Color information

#A2367A (or 0xA2367A) is unknown color: approx Medium Red Violet. HEX triplet: A2, 36 and 7A. RGB value is (162,54,122). Sum of RGB (Red+Green+Blue) = 162+54+122=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A2367A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2367A is #5DC985. Grayscale: #5D5D5D. Windows color (decimal): -6146438 or 8009378. OLE color: 8009378.

HSL color Cylindrical-coordinate representation of color #A2367A: hue angle of 322.22º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A2367A is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB16254122-
CMYK00.670.250.36
HSL322.22º50%42.35%-
HSV(B)322.22º66.67%63.53%-
XYZ19.7311.7219.64-
YUV94.04143.78176.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.93%
GREEN value IS 54 (21.48% from 255) = 15.98%
BLUE value IS 122 (48.05% from 255) = 36.09%
R=47.93%
G=15.98%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625412200.670.250.36322.225042.35
HexA2367A0431924142322a
Octal24266172010331445026252
Binary1010001011011011110100100001111001100100101000010110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2367A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2367A; }

 p { color: rgb(162,54,122); }

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

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

 a { background-color: rgb(162,54,122); }

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

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

 span { border-color: rgb(162,54,122); }

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