#A23278

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

Shades of Medium Red Violet #A23278

Tints of Medium Red Violet #A23278

Color information

#A23278 (or 0xA23278) is unknown color: approx Medium Red Violet. HEX triplet: A2, 32 and 78. RGB value is (162,50,120). Sum of RGB (Red+Green+Blue) = 162+50+120=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A23278 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23278 is #5DCD87. Grayscale: #5B5B5B. Windows color (decimal): -6147464 or 7877282. OLE color: 7877282.

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

Color convert

RGB16250120-
CMYK00.690.260.36
HSL322.5º52.83%41.57%-
HSV(B)322.5º69.14%63.53%-
XYZ19.4311.3218.93-
YUV91.47144.11178.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.80%
GREEN value IS 50 (19.92% from 255) = 15.06%
BLUE value IS 120 (47.27% from 255) = 36.14%
R=48.80%
G=15.06%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625012000.690.260.36322.552.8341.57
HexA232780451A24142352a
Octal24262170010532445026552
Binary1010001011001011110000100010111010100100101000010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23278; }

 p { color: rgb(162,50,120); }

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

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

 a { background-color: rgb(162,50,120); }

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

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

 span { border-color: rgb(162,50,120); }

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