#A5269E

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

Shades of Medium Red Violet #A5269E

Tints of Medium Red Violet #A5269E

Color information

#A5269E (or 0xA5269E) is unknown color: approx Medium Red Violet. HEX triplet: A5, 26 and 9E. RGB value is (165,38,158). Sum of RGB (Red+Green+Blue) = 165+38+158=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A5269E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5269E is #5AD961. Grayscale: #595959. Windows color (decimal): -5953890 or 10364581. OLE color: 10364581.

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

Color convert

RGB16538158-
CMYK00.770.040.35
HSL303.31º62.56%39.8%-
HSV(B)303.31º76.97%64.71%-
XYZ22.3811.8533.46-
YUV89.65166.58181.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.71%
GREEN value IS 38 (15.23% from 255) = 10.53%
BLUE value IS 158 (62.11% from 255) = 43.77%
R=45.71%
G=10.53%
B=43.77%

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
Decimal1653815800.770.040.35303.3162.5639.8
HexA5269E04D42312f3f28
Octal2454623601154434577750
Binary101001011001101001111001001101100100011100101111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5269E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5269E; }

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

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

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

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

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

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

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

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