Html Css Color HEX #A24686 Medium Red Violet

📋 copy color: '#A24686'

red 162 ◦ green 70 ◦ blue 134

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

Shades of Medium Red Violet #A24686

Tints of Medium Red Violet #A24686

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.13%

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

R = 44.26%
G = 19.13%
B = 36.61%

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

#A24686 (or 0xA24686) is known color: Medium Red Violet. HEX triplet: A2, 46 and 86. RGB value is (162,70,134). Sum of RGB (Red+Green+Blue) = 162+70+134=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A24686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24686 is #5DB979. Grayscale: #686868. Windows color (decimal): -6142330 or 8799906. OLE color: 8799906.

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

Color convert

RGB 162 70 134 -
CMYK 0 0.57 0.17 0.36
HSL 318.26º 0.4% 0.45% -
HSV(B) 318.26º 0.57% 0.64% -
XYZ 21.39 13.78 24.09 -
YUV 104.8 144.48 168.8 -
System Red Green Blue C M Y K H S L
Decimal 162 70 134 0 0.57 0.17 0.36 318.26 0.4 0.45
Hex A2 46 86 0 39 11 24 13E 28 2D
Octal 242 106 206 0 71 21 44 476 50 55
Binary 10100010 1000110 10000110 0 111001 10001 100100 100111110 101000 101101

Color Harmonies of #A24686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24686

Black with #A24686

Text Example


Text Example

White with #A24686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24686; }

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

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

background-color css

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

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

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

border-color css

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

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

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