Html Css Color HEX #A24A8B Medium Red Violet

📋 copy color: '#A24A8B'

red 162 ◦ green 74 ◦ blue 139

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

Shades of Medium Red Violet #A24A8B

Tints of Medium Red Violet #A24A8B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.73%

 BLUE value IS 139 (54.69% from 255) = 37.07%

R = 43.2%
G = 19.73%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A24A8B (or 0xA24A8B) is known color: Medium Red Violet. HEX triplet: A2, 4A and 8B. RGB value is (162,74,139). Sum of RGB (Red+Green+Blue) = 162+74+139=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24A8B is #5DB574. Grayscale: #6B6B6B. Windows color (decimal): -6141301 or 9128610. OLE color: 9128610.

HSL color Cylindrical-coordinate representation of color #A24A8B: hue angle of 315.68º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A24A8B is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 74 139 -
CMYK 0 0.54 0.14 0.36
HSL 315.68º 0.37% 0.46% -
HSV(B) 315.68º 0.54% 0.64% -
XYZ 22.01 14.44 26.05 -
YUV 107.72 145.65 166.71 -
System Red Green Blue C M Y K H S L
Decimal 162 74 139 0 0.54 0.14 0.36 315.68 0.37 0.46
Hex A2 4A 8B 0 36 E 24 13C 25 2E
Octal 242 112 213 0 66 16 44 474 45 56
Binary 10100010 1001010 10001011 0 110110 1110 100100 100111100 100101 101110

Color Harmonies of #A24A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24A8B

Black with #A24A8B

Text Example


Text Example

White with #A24A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24A8B; }

 p { color: rgb(162,74,139); }

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

background-color css

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

 a { background-color: rgb(162,74,139); }

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

border-color css

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

 span { border-color: rgb(162,74,139); }

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