Html Css Color HEX #A24380 Medium Red Violet

📋 copy color: '#A24380'

red 162 ◦ green 67 ◦ blue 128

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

Shades of Medium Red Violet #A24380

Tints of Medium Red Violet #A24380

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.77%

 BLUE value IS 128 (50.39% from 255) = 35.85%

R = 45.38%
G = 18.77%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A24380 (or 0xA24380) is known color: Medium Red Violet. HEX triplet: A2, 43 and 80. RGB value is (162,67,128). Sum of RGB (Red+Green+Blue) = 162+67+128=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 67 (26.56% from 255 or 18.77% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A24380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24380 is #5DBC7F. Grayscale: #666666. Windows color (decimal): -6143104 or 8405922. OLE color: 8405922.

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

Color convert

RGB 162 67 128 -
CMYK 0 0.59 0.21 0.36
HSL 321.47º 0.41% 0.45% -
HSV(B) 321.47º 0.59% 0.64% -
XYZ 20.8 13.25 21.88 -
YUV 102.36 142.47 170.54 -
System Red Green Blue C M Y K H S L
Decimal 162 67 128 0 0.59 0.21 0.36 321.47 0.41 0.45
Hex A2 43 80 0 3B 15 24 141 29 2D
Octal 242 103 200 0 73 25 44 501 51 55
Binary 10100010 1000011 10000000 0 111011 10101 100100 101000001 101001 101101

Color Harmonies of #A24380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24380

Black with #A24380

Text Example


Text Example

White with #A24380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24380; }

 p { color: rgb(162,67,128); }

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

background-color css

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

 a { background-color: rgb(162,67,128); }

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

border-color css

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

 span { border-color: rgb(162,67,128); }

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