Html Css Color HEX #A23C78 Medium Red Violet

📋 copy color: '#A23C78'

red 162 ◦ green 60 ◦ blue 120

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

Shades of Medium Red Violet #A23C78

Tints of Medium Red Violet #A23C78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 35.09%

R = 47.37%
G = 17.54%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A23C78 (or 0xA23C78) is known color: Medium Red Violet. HEX triplet: A2, 3C and 78. RGB value is (162,60,120). Sum of RGB (Red+Green+Blue) = 162+60+120=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23C78 is #5DC387. Grayscale: #616161. Windows color (decimal): -6144904 or 7879842. OLE color: 7879842.

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

Color convert

RGB 162 60 120 -
CMYK 0 0.63 0.26 0.36
HSL 324.71º 0.46% 0.44% -
HSV(B) 324.71º 0.63% 0.64% -
XYZ 19.91 12.27 19.09 -
YUV 97.34 140.79 174.12 -
System Red Green Blue C M Y K H S L
Decimal 162 60 120 0 0.63 0.26 0.36 324.71 0.46 0.44
Hex A2 3C 78 0 3F 1A 24 145 2E 2C
Octal 242 74 170 0 77 32 44 505 56 54
Binary 10100010 111100 1111000 0 111111 11010 100100 101000101 101110 101100

Color Harmonies of #A23C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23C78

Black with #A23C78

Text Example


Text Example

White with #A23C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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