Html Css Color HEX #A24585 Medium Red Violet

📋 copy color: '#A24585'

red 162 ◦ green 69 ◦ blue 133

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

Shades of Medium Red Violet #A24585

Tints of Medium Red Violet #A24585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.54%

R = 44.51%
G = 18.96%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A24585 (or 0xA24585) is known color: Medium Red Violet. HEX triplet: A2, 45 and 85. RGB value is (162,69,133). Sum of RGB (Red+Green+Blue) = 162+69+133=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 69 (27.34% from 255 or 18.96% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A24585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24585 is #5DBA7A. Grayscale: #676767. Windows color (decimal): -6142587 or 8734114. OLE color: 8734114.

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

Color convert

RGB 162 69 133 -
CMYK 0 0.57 0.18 0.36
HSL 318.71º 0.4% 0.45% -
HSV(B) 318.71º 0.57% 0.64% -
XYZ 21.26 13.63 23.7 -
YUV 104.1 144.31 169.3 -
System Red Green Blue C M Y K H S L
Decimal 162 69 133 0 0.57 0.18 0.36 318.71 0.4 0.45
Hex A2 45 85 0 39 12 24 13F 28 2D
Octal 242 105 205 0 71 22 44 477 50 55
Binary 10100010 1000101 10000101 0 111001 10010 100100 100111111 101000 101101

Color Harmonies of #A24585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24585

Black with #A24585

Text Example


Text Example

White with #A24585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24585; }

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

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

background-color css

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

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

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

border-color css

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

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

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