Html Css Color HEX #A24785 Medium Red Violet

📋 copy color: '#A24785'

red 162 ◦ green 71 ◦ blue 133

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

Shades of Medium Red Violet #A24785

Tints of Medium Red Violet #A24785

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.4%

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

R = 44.26%
G = 19.4%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A24785 (or 0xA24785) is known color: Medium Red Violet. HEX triplet: A2, 47 and 85. RGB value is (162,71,133). Sum of RGB (Red+Green+Blue) = 162+71+133=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A24785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24785 is #5DB87A. Grayscale: #696969. Windows color (decimal): -6142075 or 8734626. OLE color: 8734626.

HSL color Cylindrical-coordinate representation of color #A24785: hue angle of 319.12º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A24785 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 71 133 -
CMYK 0 0.56 0.18 0.36
HSL 319.12º 0.39% 0.46% -
HSV(B) 319.12º 0.56% 0.64% -
XYZ 21.39 13.88 23.74 -
YUV 105.28 143.65 168.46 -
System Red Green Blue C M Y K H S L
Decimal 162 71 133 0 0.56 0.18 0.36 319.12 0.39 0.46
Hex A2 47 85 0 38 12 24 13F 27 2E
Octal 242 107 205 0 70 22 44 477 47 56
Binary 10100010 1000111 10000101 0 111000 10010 100100 100111111 100111 101110

Color Harmonies of #A24785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24785

Black with #A24785

Text Example


Text Example

White with #A24785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24785; }

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

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

background-color css

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

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

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

border-color css

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

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

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