#A23B8D

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

Shades of Medium Red Violet #A23B8D

Tints of Medium Red Violet #A23B8D

Color information

#A23B8D (or 0xA23B8D) is unknown color: approx Medium Red Violet. HEX triplet: A2, 3B and 8D. RGB value is (162,59,141). Sum of RGB (Red+Green+Blue) = 162+59+141=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 59 (23.44% from 255 or 16.30% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23B8D is #5DC472. Grayscale: #626262. Windows color (decimal): -6145139 or 9255842. OLE color: 9255842.

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

Color convert

RGB16259141-
CMYK00.640.130.36
HSL312.23º46.61%43.33%-
HSV(B)312.23º63.58%63.53%-
XYZ21.2712.7326.54-
YUV99.14151.62172.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.75%
GREEN value IS 59 (23.44% from 255) = 16.30%
BLUE value IS 141 (55.47% from 255) = 38.95%
R=44.75%
G=16.30%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625914100.640.130.36312.2346.6143.33
HexA23B8D040D241382f2b
Octal24273215010015444705753
Binary1010001011101110001101010000001101100100100111000101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23B8D; }

 p { color: rgb(162,59,141); }

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

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

 a { background-color: rgb(162,59,141); }

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

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

 span { border-color: rgb(162,59,141); }

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