#A3267D

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

Shades of Medium Red Violet #A3267D

Tints of Medium Red Violet #A3267D

Color information

#A3267D (or 0xA3267D) is unknown color: approx Medium Red Violet. HEX triplet: A3, 26 and 7D. RGB value is (163,38,125). Sum of RGB (Red+Green+Blue) = 163+38+125=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A3267D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3267D is #5CD982. Grayscale: #555555. Windows color (decimal): -6084995 or 8201891. OLE color: 8201891.

HSL color Cylindrical-coordinate representation of color #A3267D: hue angle of 318.24º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A3267D is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB16338125-
CMYK00.770.230.36
HSL318.24º62.19%39.41%-
HSV(B)318.24º76.69%63.92%-
XYZ19.510.6520.43-
YUV85.29150.41183.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50%
GREEN value IS 38 (15.23% from 255) = 11.66%
BLUE value IS 125 (49.22% from 255) = 38.34%
R=50%
G=11.66%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1633812500.770.230.36318.2462.1939.41
HexA3267D04D172413e3e27
Octal24346175011527444767647
Binary1010001110011011111010100110110111100100100111110111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3267D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3267D; }

 p { color: rgb(163,38,125); }

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

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

 a { background-color: rgb(163,38,125); }

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

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

 span { border-color: rgb(163,38,125); }

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