Html Css Color HEX #A24586 Medium Red Violet

📋 copy color: '#A24586'

red 162 ◦ green 69 ◦ blue 134

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

Shades of Medium Red Violet #A24586

Tints of Medium Red Violet #A24586

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.9%

 BLUE value IS 134 (52.73% from 255) = 36.71%

R = 44.38%
G = 18.9%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A24586 (or 0xA24586) is known color: Medium Red Violet. HEX triplet: A2, 45 and 86. RGB value is (162,69,134). Sum of RGB (Red+Green+Blue) = 162+69+134=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A24586 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24586 is #5DBA79. Grayscale: #686868. Windows color (decimal): -6142586 or 8799650. OLE color: 8799650.

HSL color Cylindrical-coordinate representation of color #A24586: hue angle of 318.06º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A24586 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 69 134 -
CMYK 0 0.57 0.17 0.36
HSL 318.06º 0.4% 0.45% -
HSV(B) 318.06º 0.57% 0.64% -
XYZ 21.33 13.66 24.07 -
YUV 104.22 144.81 169.21 -
System Red Green Blue C M Y K H S L
Decimal 162 69 134 0 0.57 0.17 0.36 318.06 0.4 0.45
Hex A2 45 86 0 39 11 24 13E 28 2D
Octal 242 105 206 0 71 21 44 476 50 55
Binary 10100010 1000101 10000110 0 111001 10001 100100 100111110 101000 101101

Color Harmonies of #A24586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24586

Black with #A24586

Text Example


Text Example

White with #A24586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24586; }

 p { color: rgb(162,69,134); }

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

background-color css

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

 a { background-color: rgb(162,69,134); }

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

border-color css

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

 span { border-color: rgb(162,69,134); }

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