#A5269A

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

Shades of Medium Red Violet #A5269A

Tints of Medium Red Violet #A5269A

Color information

#A5269A (or 0xA5269A) is unknown color: approx Medium Red Violet. HEX triplet: A5, 26 and 9A. RGB value is (165,38,154). Sum of RGB (Red+Green+Blue) = 165+38+154=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 38 (15.23% from 255 or 10.64% from 357); Blue value is 154 (60.55% from 255 or 43.14% from 357); Max value from RGB is 165 - color contains mainly: red. Hex color #A5269A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5269A is #5AD965. Grayscale: #585858. Windows color (decimal): -5953894 or 10102437. OLE color: 10102437.

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

Color convert

RGB16538154-
CMYK00.770.070.35
HSL305.2º62.56%39.8%-
HSV(B)305.2º76.97%64.71%-
XYZ22.0411.7231.67-
YUV89.2164.58182.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.22%
GREEN value IS 38 (15.23% from 255) = 10.64%
BLUE value IS 154 (60.55% from 255) = 43.14%
R=46.22%
G=10.64%
B=43.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653815400.770.070.35305.262.5639.8
HexA5269A04D7231313f28
Octal2454623201157434617750
Binary101001011001101001101001001101111100011100110001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5269A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5269A; }

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

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

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

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

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

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

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

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