#A5267E

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

Shades of Medium Red Violet #A5267E

Tints of Medium Red Violet #A5267E

Color information

#A5267E (or 0xA5267E) is unknown color: approx Medium Red Violet. HEX triplet: A5, 26 and 7E. RGB value is (165,38,126). Sum of RGB (Red+Green+Blue) = 165+38+126=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A5267E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5267E is #5AD981. Grayscale: #555555. Windows color (decimal): -5953922 or 8267429. OLE color: 8267429.

HSL color Cylindrical-coordinate representation of color #A5267E: hue angle of 318.43º 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 #A5267E is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB16538126-
CMYK00.770.240.35
HSL318.43º62.56%39.8%-
HSV(B)318.43º76.97%64.71%-
XYZ19.9810.8920.79-
YUV86150.58184.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.15%
GREEN value IS 38 (15.23% from 255) = 11.55%
BLUE value IS 126 (49.61% from 255) = 38.30%
R=50.15%
G=11.55%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653812600.770.240.35318.4362.5639.8
HexA5267E04D182313e3f28
Octal24546176011530434767750
Binary1010010110011011111100100110111000100011100111110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5267E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5267E; }

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

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

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

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

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

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

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

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