Html Css Color HEX #A24581 Medium Red Violet

📋 copy color: '#A24581'

red 162 ◦ green 69 ◦ blue 129

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

Shades of Medium Red Violet #A24581

Tints of Medium Red Violet #A24581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.83%

R = 45%
G = 19.17%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A24581 (or 0xA24581) is known color: Medium Red Violet. HEX triplet: A2, 45 and 81. RGB value is (162,69,129). Sum of RGB (Red+Green+Blue) = 162+69+129=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A24581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24581 is #5DBA7E. Grayscale: #676767. Windows color (decimal): -6142591 or 8471970. OLE color: 8471970.

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

Color convert

RGB 162 69 129 -
CMYK 0 0.57 0.20 0.36
HSL 321.29º 0.4% 0.45% -
HSV(B) 321.29º 0.57% 0.64% -
XYZ 20.99 13.52 22.27 -
YUV 103.65 142.31 169.62 -
System Red Green Blue C M Y K H S L
Decimal 162 69 129 0 0.57 0.20 0.36 321.29 0.4 0.45
Hex A2 45 81 0 39 14 24 141 28 2D
Octal 242 105 201 0 71 24 44 501 50 55
Binary 10100010 1000101 10000001 0 111001 10100 100100 101000001 101000 101101

Color Harmonies of #A24581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24581

Black with #A24581

Text Example


Text Example

White with #A24581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24581; }

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

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

background-color css

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

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

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

border-color css

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

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

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