#A2368E

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

Shades of Medium Red Violet #A2368E

Tints of Medium Red Violet #A2368E

Color information

#A2368E (or 0xA2368E) is unknown color: approx Medium Red Violet. HEX triplet: A2, 36 and 8E. RGB value is (162,54,142). Sum of RGB (Red+Green+Blue) = 162+54+142=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 162 - color contains mainly: red. Hex color #A2368E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2368E is #5DC971. Grayscale: #606060. Windows color (decimal): -6146418 or 9320098. OLE color: 9320098.

HSL color Cylindrical-coordinate representation of color #A2368E: hue angle of 311.11º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A2368E is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB16254142-
CMYK00.670.120.36
HSL311.11º50%42.35%-
HSV(B)311.11º66.67%63.53%-
XYZ21.112.2726.85-
YUV96.32153.78174.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.25%
GREEN value IS 54 (21.48% from 255) = 15.08%
BLUE value IS 142 (55.86% from 255) = 39.66%
R=45.25%
G=15.08%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625414200.670.120.36311.115042.35
HexA2368E043C24137322a
Octal24266216010314444676252
Binary1010001011011010001110010000111100100100100110111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2368E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2368E; }

 p { color: rgb(162,54,142); }

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

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

 a { background-color: rgb(162,54,142); }

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

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

 span { border-color: rgb(162,54,142); }

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