Html Css Color HEX #A23279 Medium Red Violet

📋 copy color: '#A23279'

red 162 ◦ green 50 ◦ blue 121

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

Shades of Medium Red Violet #A23279

Tints of Medium Red Violet #A23279

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.02%

 BLUE value IS 121 (47.66% from 255) = 36.34%

R = 48.65%
G = 15.02%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A23279 (or 0xA23279) is known color: Medium Red Violet. HEX triplet: A2, 32 and 79. RGB value is (162,50,121). Sum of RGB (Red+Green+Blue) = 162+50+121=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A23279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23279 is #5DCD86. Grayscale: #5B5B5B. Windows color (decimal): -6147463 or 7942818. OLE color: 7942818.

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

Color convert

RGB 162 50 121 -
CMYK 0 0.69 0.25 0.36
HSL 321.96º 0.53% 0.42% -
HSV(B) 321.96º 0.69% 0.64% -
XYZ 19.49 11.34 19.25 -
YUV 91.58 144.61 178.23 -
System Red Green Blue C M Y K H S L
Decimal 162 50 121 0 0.69 0.25 0.36 321.96 0.53 0.42
Hex A2 32 79 0 45 19 24 142 35 2A
Octal 242 62 171 0 105 31 44 502 65 52
Binary 10100010 110010 1111001 0 1000101 11001 100100 101000010 110101 101010

Color Harmonies of #A23279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23279

Black with #A23279

Text Example


Text Example

White with #A23279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23279; }

 p { color: rgb(162,50,121); }

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

background-color css

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

 a { background-color: rgb(162,50,121); }

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

border-color css

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

 span { border-color: rgb(162,50,121); }

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