#a5269f

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

Shades of Medium Red Violet #A5269F

Tints of Medium Red Violet #A5269F

Color information

#A5269F (or 0xA5269F) is unknown color: approx Medium Red Violet. HEX triplet: A5, 26 and 9F. RGB value is (165,38,159). Sum of RGB (Red+Green+Blue) = 165+38+159=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 159 (62.5% from 255 or 43.92% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A5269F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5269F is #5AD960. Grayscale: #595959. Windows color (decimal): -5953889 or 10430117. OLE color: 10430117.

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

Color convert

RGB16538159-
CMYK00.770.040.35
HSL302.83º62.56%39.8%-
HSV(B)302.83º76.97%64.71%-
XYZ22.4711.8933.91-
YUV89.77167.08181.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.58%
GREEN value IS 38 (15.23% from 255) = 10.50%
BLUE value IS 159 (62.5% from 255) = 43.92%
R=45.58%
G=10.50%
B=43.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653815900.770.040.35302.8362.5639.8
HexA5269F04D42312f3f28
Octal2454623701154434577750
Binary101001011001101001111101001101100100011100101111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5269f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5269f; }

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

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

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

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

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

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

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

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