#A5269B

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

Shades of Medium Red Violet #A5269B

Tints of Medium Red Violet #A5269B

Color information

#A5269B (or 0xA5269B) is unknown color: approx Medium Red Violet. HEX triplet: A5, 26 and 9B. RGB value is (165,38,155). Sum of RGB (Red+Green+Blue) = 165+38+155=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 165 - color contains mainly: red. Hex color #A5269B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5269B is #5AD964. Grayscale: #585858. Windows color (decimal): -5953893 or 10167973. OLE color: 10167973.

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

Color convert

RGB16538155-
CMYK00.770.060.35
HSL304.72º62.56%39.8%-
HSV(B)304.72º76.97%64.71%-
XYZ22.1311.7532.11-
YUV89.31165.08181.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.09%
GREEN value IS 38 (15.23% from 255) = 10.61%
BLUE value IS 155 (60.94% from 255) = 43.30%
R=46.09%
G=10.61%
B=43.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653815500.770.060.35304.7262.5639.8
HexA5269B04D6231313f28
Octal2454623301156434617750
Binary101001011001101001101101001101110100011100110001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5269B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5269B; }

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

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

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

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

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

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

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

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