Html Css Color HEX #A23C8A Medium Red Violet

📋 copy color: '#A23C8A'

red 162 ◦ green 60 ◦ blue 138

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

Shades of Medium Red Violet #A23C8A

Tints of Medium Red Violet #A23C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.33%

R = 45%
G = 16.67%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A23C8A (or 0xA23C8A) is known color: Medium Red Violet. HEX triplet: A2, 3C and 8A. RGB value is (162,60,138). Sum of RGB (Red+Green+Blue) = 162+60+138=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23C8A is #5DC375. Grayscale: #636363. Windows color (decimal): -6144886 or 9059490. OLE color: 9059490.

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

Color convert

RGB 162 60 138 -
CMYK 0 0.63 0.15 0.36
HSL 314.12º 0.46% 0.44% -
HSV(B) 314.12º 0.63% 0.64% -
XYZ 21.1 12.75 25.39 -
YUV 99.39 149.79 172.66 -
System Red Green Blue C M Y K H S L
Decimal 162 60 138 0 0.63 0.15 0.36 314.12 0.46 0.44
Hex A2 3C 8A 0 3F F 24 13A 2E 2C
Octal 242 74 212 0 77 17 44 472 56 54
Binary 10100010 111100 10001010 0 111111 1111 100100 100111010 101110 101100

Color Harmonies of #A23C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23C8A

Black with #A23C8A

Text Example


Text Example

White with #A23C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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