Html Css Color HEX #A23C8D Medium Red Violet

📋 copy color: '#A23C8D'

red 162 ◦ green 60 ◦ blue 141

#A23C8D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #A23C8D

Tints of Medium Red Violet #A23C8D

RGB

 RED value IS 162 (63.67% from 255) = 44.63%

 GREEN value IS 60 (23.83% from 255) = 16.53%

 BLUE value IS 141 (55.47% from 255) = 38.84%

R = 44.63%
G = 16.53%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A23C8D (or 0xA23C8D) is known color: Medium Red Violet. HEX triplet: A2, 3C and 8D. RGB value is (162,60,141). Sum of RGB (Red+Green+Blue) = 162+60+141=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 60 (23.83% from 255 or 16.53% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23C8D is #5DC372. Grayscale: #636363. Windows color (decimal): -6144883 or 9256098. OLE color: 9256098.

HSL color Cylindrical-coordinate representation of color #A23C8D: hue angle of 312.35º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A23C8D is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 60 141 -
CMYK 0 0.63 0.13 0.36
HSL 312.35º 0.46% 0.44% -
HSV(B) 312.35º 0.63% 0.64% -
XYZ 21.32 12.84 26.55 -
YUV 99.73 151.29 172.41 -
System Red Green Blue C M Y K H S L
Decimal 162 60 141 0 0.63 0.13 0.36 312.35 0.46 0.44
Hex A2 3C 8D 0 3F D 24 138 2E 2C
Octal 242 74 215 0 77 15 44 470 56 54
Binary 10100010 111100 10001101 0 111111 1101 100100 100111000 101110 101100

Color Harmonies of #A23C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23C8D

Black with #A23C8D

Text Example


Text Example

White with #A23C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23C8D; }

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

 H1.HeaderClassName
 {
   color: #A23C8D;
 }
 .AnyTagClassName
 {
   color: #A23C8D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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