#A6267B

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

Shades of Medium Red Violet #A6267B

Tints of Medium Red Violet #A6267B

Color information

#A6267B (or 0xA6267B) is unknown color: approx Medium Red Violet. HEX triplet: A6, 26 and 7B. RGB value is (166,38,123). Sum of RGB (Red+Green+Blue) = 166+38+123=327 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.76% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 166 - color contains mainly: red. Hex color #A6267B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6267B is #59D984. Grayscale: #555555. Windows color (decimal): -5888389 or 8070822. OLE color: 8070822.

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

Color convert

RGB16638123-
CMYK00.770.260.35
HSL320.16º62.75%40%-
HSV(B)320.16º77.11%65.1%-
XYZ19.9910.9219.79-
YUV85.96148.91185.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.76%
GREEN value IS 38 (15.23% from 255) = 11.62%
BLUE value IS 123 (48.44% from 255) = 37.61%
R=50.76%
G=11.62%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1663812300.770.260.35320.1662.7540
HexA6267B04D1A231403f28
Octal24646173011532435007750
Binary1010011010011011110110100110111010100011101000000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6267B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6267B; }

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

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

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

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

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

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

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

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