Html Css Color HEX #A23C81 Medium Red Violet

📋 copy color: '#A23C81'

red 162 ◦ green 60 ◦ blue 129

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

Shades of Medium Red Violet #A23C81

Tints of Medium Red Violet #A23C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.75%

R = 46.15%
G = 17.09%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A23C81 (or 0xA23C81) is known color: Medium Red Violet. HEX triplet: A2, 3C and 81. RGB value is (162,60,129). Sum of RGB (Red+Green+Blue) = 162+60+129=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 60 (23.83% from 255 or 17.09% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23C81 is #5DC37E. Grayscale: #626262. Windows color (decimal): -6144895 or 8469666. OLE color: 8469666.

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

Color convert

RGB 162 60 129 -
CMYK 0 0.63 0.20 0.36
HSL 319.41º 0.46% 0.44% -
HSV(B) 319.41º 0.63% 0.64% -
XYZ 20.48 12.5 22.1 -
YUV 98.36 145.29 173.39 -
System Red Green Blue C M Y K H S L
Decimal 162 60 129 0 0.63 0.20 0.36 319.41 0.46 0.44
Hex A2 3C 81 0 3F 14 24 13F 2E 2C
Octal 242 74 201 0 77 24 44 477 56 54
Binary 10100010 111100 10000001 0 111111 10100 100100 100111111 101110 101100

Color Harmonies of #A23C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23C81

Black with #A23C81

Text Example


Text Example

White with #A23C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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