#A7269C

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

Shades of Medium Red Violet #A7269C

Tints of Medium Red Violet #A7269C

Color information

#A7269C (or 0xA7269C) is unknown color: approx Medium Red Violet. HEX triplet: A7, 26 and 9C. RGB value is (167,38,156). Sum of RGB (Red+Green+Blue) = 167+38+156=361 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.26% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 167 - color contains mainly: red. Hex color #A7269C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7269C is #58D963. Grayscale: #595959. Windows color (decimal): -5822820 or 10233511. OLE color: 10233511.

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

Color convert

RGB16738156-
CMYK00.770.070.35
HSL305.12º62.93%40.2%-
HSV(B)305.12º77.25%65.49%-
XYZ22.631232.58-
YUV90.02165.24182.91-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.26%
GREEN value IS 38 (15.23% from 255) = 10.53%
BLUE value IS 156 (61.33% from 255) = 43.21%
R=46.26%
G=10.53%
B=43.21%

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
Decimal1673815600.770.070.35305.1262.9340.2
HexA7269C04D7231313f28
Octal2474623401157434617750
Binary101001111001101001110001001101111100011100110001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7269C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7269C; }

 p { color: rgb(167,38,156); }

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

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

 a { background-color: rgb(167,38,156); }

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

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

 span { border-color: rgb(167,38,156); }

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