#A6227A

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

Shades of Medium Red Violet #A6227A

Tints of Medium Red Violet #A6227A

Color information

#A6227A (or 0xA6227A) is unknown color: approx Medium Red Violet. HEX triplet: A6, 22 and 7A. RGB value is (166,34,122). Sum of RGB (Red+Green+Blue) = 166+34+122=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 122 (48.05% from 255 or 37.89% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A6227A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6227A is #59DD85. Grayscale: #535353. Windows color (decimal): -5889414 or 8004262. OLE color: 8004262.

HSL color Cylindrical-coordinate representation of color #A6227A: hue angle of 320º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A6227A is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB16634122-
CMYK00.800.270.35
HSL320º66%39.22%-
HSV(B)320º79.52%65.1%-
XYZ19.8110.6619.43-
YUV83.5149.73186.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.55%
GREEN value IS 34 (13.67% from 255) = 10.56%
BLUE value IS 122 (48.05% from 255) = 37.89%
R=51.55%
G=10.56%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1663412200.800.270.353206639.22
HexA6227A0501B231404227
Octal246421720120334350010247
Binary10100110100010111101001010000110111000111010000001000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6227A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6227A; }

 p { color: rgb(166,34,122); }

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

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

 a { background-color: rgb(166,34,122); }

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

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

 span { border-color: rgb(166,34,122); }

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