Html Css Color HEX #A24290 Medium Red Violet

📋 copy color: '#A24290'

red 162 ◦ green 66 ◦ blue 144

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

Shades of Medium Red Violet #A24290

Tints of Medium Red Violet #A24290

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.74%

 BLUE value IS 144 (56.64% from 255) = 38.71%

R = 43.55%
G = 17.74%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A24290 (or 0xA24290) is known color: Medium Red Violet. HEX triplet: A2, 42 and 90. RGB value is (162,66,144). Sum of RGB (Red+Green+Blue) = 162+66+144=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A24290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24290 is #5DBD6F. Grayscale: #676767. Windows color (decimal): -6143344 or 9454242. OLE color: 9454242.

HSL color Cylindrical-coordinate representation of color #A24290: hue angle of 311.25º degrees, saturation: 0.42, 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 #A24290 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 66 144 -
CMYK 0 0.59 0.11 0.36
HSL 311.25º 0.42% 0.45% -
HSV(B) 311.25º 0.59% 0.64% -
XYZ 21.88 13.59 27.86 -
YUV 103.6 150.8 169.66 -
System Red Green Blue C M Y K H S L
Decimal 162 66 144 0 0.59 0.11 0.36 311.25 0.42 0.45
Hex A2 42 90 0 3B B 24 137 2A 2D
Octal 242 102 220 0 73 13 44 467 52 55
Binary 10100010 1000010 10010000 0 111011 1011 100100 100110111 101010 101101

Color Harmonies of #A24290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24290

Black with #A24290

Text Example


Text Example

White with #A24290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24290; }

 p { color: rgb(162,66,144); }

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

background-color css

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

 a { background-color: rgb(162,66,144); }

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

border-color css

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

 span { border-color: rgb(162,66,144); }

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