#A23A8F

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

Shades of Medium Red Violet #A23A8F

Tints of Medium Red Violet #A23A8F

Color information

#A23A8F (or 0xA23A8F) is unknown color: approx Medium Red Violet. HEX triplet: A2, 3A and 8F. RGB value is (162,58,143). Sum of RGB (Red+Green+Blue) = 162+58+143=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23A8F is #5DC570. Grayscale: #626262. Windows color (decimal): -6145393 or 9386658. OLE color: 9386658.

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

Color convert

RGB16258143-
CMYK00.640.120.36
HSL310.96º47.27%43.14%-
HSV(B)310.96º64.2%63.53%-
XYZ21.3712.6927.31-
YUV98.79152.96173.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.63%
GREEN value IS 58 (23.05% from 255) = 15.98%
BLUE value IS 143 (56.25% from 255) = 39.39%
R=44.63%
G=15.98%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625814300.640.120.36310.9647.2743.14
HexA23A8F040C241372f2b
Octal24272217010014444675753
Binary1010001011101010001111010000001100100100100110111101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23A8F; }

 p { color: rgb(162,58,143); }

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

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

 a { background-color: rgb(162,58,143); }

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

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

 span { border-color: rgb(162,58,143); }

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