#A6268F

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

Shades of Medium Red Violet #A6268F

Tints of Medium Red Violet #A6268F

Color information

#A6268F (or 0xA6268F) is unknown color: approx Medium Red Violet. HEX triplet: A6, 26 and 8F. RGB value is (166,38,143). Sum of RGB (Red+Green+Blue) = 166+38+143=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 38 (15.23% from 255 or 10.95% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 166 - color contains mainly: red. Hex color #A6268F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6268F is #59D970. Grayscale: #575757. Windows color (decimal): -5888369 or 9381542. OLE color: 9381542.

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

Color convert

RGB16638143-
CMYK00.770.140.35
HSL310.78º62.75%40%-
HSV(B)310.78º77.11%65.1%-
XYZ21.3811.4827.08-
YUV88.24158.91183.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.84%
GREEN value IS 38 (15.23% from 255) = 10.95%
BLUE value IS 143 (56.25% from 255) = 41.21%
R=47.84%
G=10.95%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1663814300.770.140.35310.7862.7540
HexA6268F04DE231373f28
Octal24646217011516434677750
Binary1010011010011010001111010011011110100011100110111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6268F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6268F; }

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

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

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

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

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

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

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

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