#A2468B

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

Shades of Medium Red Violet #A2468B

Tints of Medium Red Violet #A2468B

Color information

#A2468B (or 0xA2468B) is unknown color: approx Medium Red Violet. HEX triplet: A2, 46 and 8B. RGB value is (162,70,139). Sum of RGB (Red+Green+Blue) = 162+70+139=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A2468B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2468B is #5DB974. Grayscale: #696969. Windows color (decimal): -6142325 or 9127586. OLE color: 9127586.

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

Color convert

RGB16270139-
CMYK00.570.140.36
HSL315º39.66%45.49%-
HSV(B)315º56.79%63.53%-
XYZ21.7513.9325.97-
YUV105.37146.98168.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.67%
GREEN value IS 70 (27.73% from 255) = 18.87%
BLUE value IS 139 (54.69% from 255) = 37.47%
R=43.67%
G=18.87%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627013900.570.140.3631539.6645.49
HexA2468B039E2413b282d
Octal24210621307116444735055
Binary1010001010001101000101101110011110100100100111011101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2468B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2468B; }

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

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

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

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

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

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

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

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