Html Css Color HEX #A23484 Medium Red Violet

📋 copy color: '#A23484'

red 162 ◦ green 52 ◦ blue 132

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

Shades of Medium Red Violet #A23484

Tints of Medium Red Violet #A23484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.15%

R = 46.82%
G = 15.03%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A23484 (or 0xA23484) is known color: Medium Red Violet. HEX triplet: A2, 34 and 84. RGB value is (162,52,132). Sum of RGB (Red+Green+Blue) = 162+52+132=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A23484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23484 is #5DCB7B. Grayscale: #5D5D5D. Windows color (decimal): -6146940 or 8664226. OLE color: 8664226.

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

Color convert

RGB 162 52 132 -
CMYK 0 0.68 0.19 0.36
HSL 316.36º 0.51% 0.42% -
HSV(B) 316.36º 0.68% 0.64% -
XYZ 20.29 11.8 23.04 -
YUV 94.01 149.44 176.5 -
System Red Green Blue C M Y K H S L
Decimal 162 52 132 0 0.68 0.19 0.36 316.36 0.51 0.42
Hex A2 34 84 0 44 13 24 13C 33 2A
Octal 242 64 204 0 104 23 44 474 63 52
Binary 10100010 110100 10000100 0 1000100 10011 100100 100111100 110011 101010

Color Harmonies of #A23484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23484

Black with #A23484

Text Example


Text Example

White with #A23484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23484; }

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

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

background-color css

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

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

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

border-color css

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

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

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