Html Css Color HEX #A23481 Medium Red Violet

📋 copy color: '#A23481'

red 162 ◦ green 52 ◦ blue 129

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

Shades of Medium Red Violet #A23481

Tints of Medium Red Violet #A23481

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.16%

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

R = 47.23%
G = 15.16%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A23481 (or 0xA23481) is known color: Medium Red Violet. HEX triplet: A2, 34 and 81. RGB value is (162,52,129). Sum of RGB (Red+Green+Blue) = 162+52+129=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 129 (50.78% from 255 or 37.61% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A23481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23481 is #5DCB7E. Grayscale: #5D5D5D. Windows color (decimal): -6146943 or 8467618. OLE color: 8467618.

HSL color Cylindrical-coordinate representation of color #A23481: hue angle of 318º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A23481 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 52 129 -
CMYK 0 0.68 0.20 0.36
HSL 318º 0.51% 0.42% -
HSV(B) 318º 0.68% 0.64% -
XYZ 20.09 11.72 21.97 -
YUV 93.67 147.94 176.74 -
System Red Green Blue C M Y K H S L
Decimal 162 52 129 0 0.68 0.20 0.36 318 0.51 0.42
Hex A2 34 81 0 44 14 24 13E 33 2A
Octal 242 64 201 0 104 24 44 476 63 52
Binary 10100010 110100 10000001 0 1000100 10100 100100 100111110 110011 101010

Color Harmonies of #A23481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23481

Black with #A23481

Text Example


Text Example

White with #A23481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23481; }

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

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

background-color css

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

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

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

border-color css

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

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

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