Html Css Color HEX #A24482 Medium Red Violet

📋 copy color: '#A24482'

red 162 ◦ green 68 ◦ blue 130

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

Shades of Medium Red Violet #A24482

Tints of Medium Red Violet #A24482

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.89%

 BLUE value IS 130 (51.17% from 255) = 36.11%

R = 45%
G = 18.89%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A24482 (or 0xA24482) is known color: Medium Red Violet. HEX triplet: A2, 44 and 82. RGB value is (162,68,130). Sum of RGB (Red+Green+Blue) = 162+68+130=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A24482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24482 is #5DBB7D. Grayscale: #676767. Windows color (decimal): -6142846 or 8537250. OLE color: 8537250.

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

Color convert

RGB 162 68 130 -
CMYK 0 0.58 0.20 0.36
HSL 320.43º 0.41% 0.45% -
HSV(B) 320.43º 0.58% 0.64% -
XYZ 21 13.43 22.6 -
YUV 103.17 143.14 169.96 -
System Red Green Blue C M Y K H S L
Decimal 162 68 130 0 0.58 0.20 0.36 320.43 0.41 0.45
Hex A2 44 82 0 3A 14 24 140 29 2D
Octal 242 104 202 0 72 24 44 500 51 55
Binary 10100010 1000100 10000010 0 111010 10100 100100 101000000 101001 101101

Color Harmonies of #A24482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24482

Black with #A24482

Text Example


Text Example

White with #A24482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24482; }

 p { color: rgb(162,68,130); }

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

background-color css

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

 a { background-color: rgb(162,68,130); }

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

border-color css

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

 span { border-color: rgb(162,68,130); }

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