#A5267A

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

Shades of Medium Red Violet #A5267A

Tints of Medium Red Violet #A5267A

Color information

#A5267A (or 0xA5267A) is unknown color: approx Medium Red Violet. HEX triplet: A5, 26 and 7A. RGB value is (165,38,122). Sum of RGB (Red+Green+Blue) = 165+38+122=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 38 (15.23% from 255 or 11.69% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A5267A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5267A is #5AD985. Grayscale: #555555. Windows color (decimal): -5953926 or 8005285. OLE color: 8005285.

HSL color Cylindrical-coordinate representation of color #A5267A: hue angle of 320.31º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A5267A is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB16538122-
CMYK00.770.260.35
HSL320.31º62.56%39.8%-
HSV(B)320.31º76.97%64.71%-
XYZ19.7210.7919.46-
YUV85.55148.58184.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.77%
GREEN value IS 38 (15.23% from 255) = 11.69%
BLUE value IS 122 (48.05% from 255) = 37.54%
R=50.77%
G=11.69%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653812200.770.260.35320.3162.5639.8
HexA5267A04D1A231403f28
Octal24546172011532435007750
Binary1010010110011011110100100110111010100011101000000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5267A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5267A; }

 p { color: rgb(165,38,122); }

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

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

 a { background-color: rgb(165,38,122); }

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

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

 span { border-color: rgb(165,38,122); }

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