Html Css Color HEX #A23C8E Medium Red Violet

📋 copy color: '#A23C8E'

red 162 ◦ green 60 ◦ blue 142

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

Shades of Medium Red Violet #A23C8E

Tints of Medium Red Violet #A23C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 39.01%

R = 44.51%
G = 16.48%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A23C8E (or 0xA23C8E) is known color: Medium Red Violet. HEX triplet: A2, 3C and 8E. RGB value is (162,60,142). Sum of RGB (Red+Green+Blue) = 162+60+142=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 60 (23.83% from 255 or 16.48% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23C8E is #5DC371. Grayscale: #636363. Windows color (decimal): -6144882 or 9321634. OLE color: 9321634.

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

Color convert

RGB 162 60 142 -
CMYK 0 0.63 0.12 0.36
HSL 311.76º 0.46% 0.44% -
HSV(B) 311.76º 0.63% 0.64% -
XYZ 21.4 12.87 26.95 -
YUV 99.85 151.79 172.33 -
System Red Green Blue C M Y K H S L
Decimal 162 60 142 0 0.63 0.12 0.36 311.76 0.46 0.44
Hex A2 3C 8E 0 3F C 24 138 2E 2C
Octal 242 74 216 0 77 14 44 470 56 54
Binary 10100010 111100 10001110 0 111111 1100 100100 100111000 101110 101100

Color Harmonies of #A23C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23C8E

Black with #A23C8E

Text Example


Text Example

White with #A23C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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