Html Css Color HEX #A42585 Medium Red Violet

📋 copy color: '#A42585'

red 164 ◦ green 37 ◦ blue 133

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

Shades of Medium Red Violet #A42585

Tints of Medium Red Violet #A42585

RGB

 RED value IS 164 (64.45% from 255) = 49.1%

 GREEN value IS 37 (14.84% from 255) = 11.08%

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

R = 49.1%
G = 11.08%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A42585 (or 0xA42585) is known color: Medium Red Violet. HEX triplet: A4, 25 and 85. RGB value is (164,37,133). Sum of RGB (Red+Green+Blue) = 164+37+133=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 164 - color contains mainly: red. Hex color #A42585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42585 is #5BDA7A. Grayscale: #555555. Windows color (decimal): -6019707 or 8725924. OLE color: 8725924.

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

Color convert

RGB 164 37 133 -
CMYK 0 0.77 0.19 0.36
HSL 314.65º 0.63% 0.39% -
HSV(B) 314.65º 0.77% 0.64% -
XYZ 20.21 10.91 23.23 -
YUV 85.92 154.58 183.69 -
System Red Green Blue C M Y K H S L
Decimal 164 37 133 0 0.77 0.19 0.36 314.65 0.63 0.39
Hex A4 25 85 0 4D 13 24 13B 3F 27
Octal 244 45 205 0 115 23 44 473 77 47
Binary 10100100 100101 10000101 0 1001101 10011 100100 100111011 111111 100111

Color Harmonies of #A42585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42585

Black with #A42585

Text Example


Text Example

White with #A42585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42585; }

 p { color: rgb(164,37,133); }

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

background-color css

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

 a { background-color: rgb(164,37,133); }

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

border-color css

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

 span { border-color: rgb(164,37,133); }

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