Html Css Color HEX #A23C8F Medium Red Violet

📋 copy color: '#A23C8F'

red 162 ◦ green 60 ◦ blue 143

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

Shades of Medium Red Violet #A23C8F

Tints of Medium Red Violet #A23C8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.18%

R = 44.38%
G = 16.44%
B = 39.18%

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

#A23C8F (or 0xA23C8F) is known color: Medium Red Violet. HEX triplet: A2, 3C and 8F. RGB value is (162,60,143). Sum of RGB (Red+Green+Blue) = 162+60+143=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23C8F is #5DC370. Grayscale: #636363. Windows color (decimal): -6144881 or 9387170. OLE color: 9387170.

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

Color convert

RGB 162 60 143 -
CMYK 0 0.63 0.12 0.36
HSL 311.18º 0.46% 0.44% -
HSV(B) 311.18º 0.63% 0.64% -
XYZ 21.47 12.9 27.34 -
YUV 99.96 152.29 172.25 -
System Red Green Blue C M Y K H S L
Decimal 162 60 143 0 0.63 0.12 0.36 311.18 0.46 0.44
Hex A2 3C 8F 0 3F C 24 137 2E 2C
Octal 242 74 217 0 77 14 44 467 56 54
Binary 10100010 111100 10001111 0 111111 1100 100100 100110111 101110 101100

Color Harmonies of #A23C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23C8F

Black with #A23C8F

Text Example


Text Example

White with #A23C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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