Html Css Color HEX #A42594 Medium Red Violet

📋 copy color: '#A42594'

red 164 ◦ green 37 ◦ blue 148

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

Shades of Medium Red Violet #A42594

Tints of Medium Red Violet #A42594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 42.41%

R = 46.99%
G = 10.6%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A42594 (or 0xA42594) is known color: Medium Red Violet. HEX triplet: A4, 25 and 94. RGB value is (164,37,148). Sum of RGB (Red+Green+Blue) = 164+37+148=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 148 (58.20% from 255 or 42.41% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A42594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42594 is #5BDA6B. Grayscale: #575757. Windows color (decimal): -6019692 or 9708964. OLE color: 9708964.

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

Color convert

RGB 164 37 148 -
CMYK 0 0.77 0.10 0.36
HSL 307.56º 0.63% 0.39% -
HSV(B) 307.56º 0.77% 0.64% -
XYZ 21.32 11.35 29.08 -
YUV 87.63 162.08 182.47 -
System Red Green Blue C M Y K H S L
Decimal 164 37 148 0 0.77 0.10 0.36 307.56 0.63 0.39
Hex A4 25 94 0 4D A 24 134 3F 27
Octal 244 45 224 0 115 12 44 464 77 47
Binary 10100100 100101 10010100 0 1001101 1010 100100 100110100 111111 100111

Color Harmonies of #A42594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42594

Black with #A42594

Text Example


Text Example

White with #A42594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42594; }

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

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

background-color css

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

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

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

border-color css

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

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

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