Html Css Color HEX #A24481 Medium Red Violet

📋 copy color: '#A24481'

red 162 ◦ green 68 ◦ blue 129

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

Shades of Medium Red Violet #A24481

Tints of Medium Red Violet #A24481

RGB

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

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

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

R = 45.13%
G = 18.94%
B = 35.93%

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

#A24481 (or 0xA24481) is known color: Medium Red Violet. HEX triplet: A2, 44 and 81. RGB value is (162,68,129). Sum of RGB (Red+Green+Blue) = 162+68+129=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 68 (26.95% from 255 or 18.94% from 359); Blue value is 129 (50.78% from 255 or 35.93% from 359); Max value from RGB is 162 - color contains mainly: red. Hex color #A24481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24481 is #5DBB7E. Grayscale: #666666. Windows color (decimal): -6142847 or 8471714. OLE color: 8471714.

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

Color convert

RGB 162 68 129 -
CMYK 0 0.58 0.20 0.36
HSL 321.06º 0.41% 0.45% -
HSV(B) 321.06º 0.58% 0.64% -
XYZ 20.93 13.4 22.25 -
YUV 103.06 142.64 170.04 -
System Red Green Blue C M Y K H S L
Decimal 162 68 129 0 0.58 0.20 0.36 321.06 0.41 0.45
Hex A2 44 81 0 3A 14 24 141 29 2D
Octal 242 104 201 0 72 24 44 501 51 55
Binary 10100010 1000100 10000001 0 111010 10100 100100 101000001 101001 101101

Color Harmonies of #A24481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24481

Black with #A24481

Text Example


Text Example

White with #A24481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24481; }

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

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

background-color css

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

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

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

border-color css

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

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

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