#A7338B

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

Shades of Medium Red Violet #A7338B

Tints of Medium Red Violet #A7338B

Color information

#A7338B (or 0xA7338B) is unknown color: approx Medium Red Violet. HEX triplet: A7, 33 and 8B. RGB value is (167,51,139). Sum of RGB (Red+Green+Blue) = 167+51+139=357 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.78% from 357); Green value is 51 (20.31% from 255 or 14.29% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 167 - color contains mainly: red. Hex color #A7338B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7338B is #58CC74. Grayscale: #5F5F5F. Windows color (decimal): -5819509 or 9122727. OLE color: 9122727.

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

Color convert

RGB16751139-
CMYK00.690.170.35
HSL314.48º53.21%42.75%-
HSV(B)314.48º69.46%65.49%-
XYZ21.7812.4525.68-
YUV95.72152.43178.84-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.78%
GREEN value IS 51 (20.31% from 255) = 14.29%
BLUE value IS 139 (54.69% from 255) = 38.94%
R=46.78%
G=14.29%
B=38.94%

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
Decimal1675113900.690.170.35314.4853.2142.75
HexA7338B045112313a352b
Octal24763213010521434726553
Binary10100111110011100010110100010110001100011100111010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7338B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7338B; }

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

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

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

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

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

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

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

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