#A5268C

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

Shades of Medium Red Violet #A5268C

Tints of Medium Red Violet #A5268C

Color information

#A5268C (or 0xA5268C) is unknown color: approx Medium Red Violet. HEX triplet: A5, 26 and 8C. RGB value is (165,38,140). Sum of RGB (Red+Green+Blue) = 165+38+140=343 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.10% from 343); Green value is 38 (15.23% from 255 or 11.08% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 165 - color contains mainly: red. Hex color #A5268C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5268C is #5AD973. Grayscale: #575757. Windows color (decimal): -5953908 or 9184933. OLE color: 9184933.

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

Color convert

RGB16538140-
CMYK00.770.150.35
HSL311.81º62.56%39.8%-
HSV(B)311.81º76.97%64.71%-
XYZ20.9411.2825.88-
YUV87.6157.58183.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.10%
GREEN value IS 38 (15.23% from 255) = 11.08%
BLUE value IS 140 (55.08% from 255) = 40.82%
R=48.10%
G=11.08%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653814000.770.150.35311.8162.5639.8
HexA5268C04DF231383f28
Octal24546214011517434707750
Binary1010010110011010001100010011011111100011100111000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5268C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5268C; }

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

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

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

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

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

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

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

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