#a7338a

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

Shades of Medium Red Violet #A7338A

Tints of Medium Red Violet #A7338A

Color information

#A7338A (or 0xA7338A) is unknown color: approx Medium Red Violet. HEX triplet: A7, 33 and 8A. RGB value is (167,51,138). Sum of RGB (Red+Green+Blue) = 167+51+138=356 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.91% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 167 - color contains mainly: red. Hex color #A7338A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7338A is #58CC75. Grayscale: #5F5F5F. Windows color (decimal): -5819510 or 9057191. OLE color: 9057191.

HSL color Cylindrical-coordinate representation of color #A7338A: hue angle of 315º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A7338A is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB16751138-
CMYK00.690.170.35
HSL315º53.21%42.75%-
HSV(B)315º69.46%65.49%-
XYZ21.7112.4225.3-
YUV95.6151.93178.93-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.91%
GREEN value IS 51 (20.31% from 255) = 14.33%
BLUE value IS 138 (54.30% from 255) = 38.76%
R=46.91%
G=14.33%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1675113800.690.170.3531553.2142.75
HexA7338A045112313b352b
Octal24763212010521434736553
Binary10100111110011100010100100010110001100011100111011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7338a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7338a; }

 p { color: rgb(167,51,138); }

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

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

 a { background-color: rgb(167,51,138); }

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

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

 span { border-color: rgb(167,51,138); }

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