Html Css Color HEX #A24186 Medium Red Violet

📋 copy color: '#A24186'

red 162 ◦ green 65 ◦ blue 134

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

Shades of Medium Red Violet #A24186

Tints of Medium Red Violet #A24186

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.01%

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

R = 44.88%
G = 18.01%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A24186 (or 0xA24186) is known color: Medium Red Violet. HEX triplet: A2, 41 and 86. RGB value is (162,65,134). Sum of RGB (Red+Green+Blue) = 162+65+134=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A24186 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24186 is #5DBE79. Grayscale: #656565. Windows color (decimal): -6143610 or 8798626. OLE color: 8798626.

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

Color convert

RGB 162 65 134 -
CMYK 0 0.60 0.17 0.36
HSL 317.32º 0.43% 0.45% -
HSV(B) 317.32º 0.6% 0.64% -
XYZ 21.09 13.18 23.99 -
YUV 101.87 146.14 170.89 -
System Red Green Blue C M Y K H S L
Decimal 162 65 134 0 0.60 0.17 0.36 317.32 0.43 0.45
Hex A2 41 86 0 3C 11 24 13D 2B 2D
Octal 242 101 206 0 74 21 44 475 53 55
Binary 10100010 1000001 10000110 0 111100 10001 100100 100111101 101011 101101

Color Harmonies of #A24186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24186

Black with #A24186

Text Example


Text Example

White with #A24186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24186; }

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

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

background-color css

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

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

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

border-color css

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

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

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