#A6388F

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

Shades of Medium Red Violet #A6388F

Tints of Medium Red Violet #A6388F

Color information

#A6388F (or 0xA6388F) is unknown color: approx Medium Red Violet. HEX triplet: A6, 38 and 8F. RGB value is (166,56,143). Sum of RGB (Red+Green+Blue) = 166+56+143=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A6388F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6388F is #59C770. Grayscale: #626262. Windows color (decimal): -5883761 or 9386150. OLE color: 9386150.

HSL color Cylindrical-coordinate representation of color #A6388F: hue angle of 312.55º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A6388F is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB16656143-
CMYK00.660.140.35
HSL312.55º49.55%43.53%-
HSV(B)312.55º66.27%65.1%-
XYZ22.112.9227.32-
YUV98.81152.94175.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.48%
GREEN value IS 56 (22.27% from 255) = 15.34%
BLUE value IS 143 (56.25% from 255) = 39.18%
R=45.48%
G=15.34%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665614300.660.140.35312.5549.5543.53
HexA6388F042E23139322c
Octal24670217010216434716254
Binary1010011011100010001111010000101110100011100111001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6388F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6388F; }

 p { color: rgb(166,56,143); }

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

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

 a { background-color: rgb(166,56,143); }

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

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

 span { border-color: rgb(166,56,143); }

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