#A2468A

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

Shades of Medium Red Violet #A2468A

Tints of Medium Red Violet #A2468A

Color information

#A2468A (or 0xA2468A) is unknown color: approx Medium Red Violet. HEX triplet: A2, 46 and 8A. RGB value is (162,70,138). Sum of RGB (Red+Green+Blue) = 162+70+138=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 162 - color contains mainly: red. Hex color #A2468A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2468A is #5DB975. Grayscale: #696969. Windows color (decimal): -6142326 or 9062050. OLE color: 9062050.

HSL color Cylindrical-coordinate representation of color #A2468A: hue angle of 315.65º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2468A is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB16270138-
CMYK00.570.150.36
HSL315.65º39.66%45.49%-
HSV(B)315.65º56.79%63.53%-
XYZ21.6813.925.58-
YUV105.26146.48168.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.78%
GREEN value IS 70 (27.73% from 255) = 18.92%
BLUE value IS 138 (54.30% from 255) = 37.30%
R=43.78%
G=18.92%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627013800.570.150.36315.6539.6645.49
HexA2468A039F2413c282d
Octal24210621207117444745055
Binary1010001010001101000101001110011111100100100111100101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2468A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2468A; }

 p { color: rgb(162,70,138); }

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

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

 a { background-color: rgb(162,70,138); }

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

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

 span { border-color: rgb(162,70,138); }

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