Html Css Color HEX #A54390 Medium Red Violet

📋 copy color: '#A54390'

red 165 ◦ green 67 ◦ blue 144

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

Shades of Medium Red Violet #A54390

Tints of Medium Red Violet #A54390

RGB

 RED value IS 165 (64.84% from 255) = 43.88%

 GREEN value IS 67 (26.56% from 255) = 17.82%

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

R = 43.88%
G = 17.82%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A54390 (or 0xA54390) is known color: Medium Red Violet. HEX triplet: A5, 43 and 90. RGB value is (165,67,144). Sum of RGB (Red+Green+Blue) = 165+67+144=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 165 - color contains mainly: red. Hex color #A54390 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54390 is #5ABC6F. Grayscale: #686868. Windows color (decimal): -5946480 or 9454501. OLE color: 9454501.

HSL color Cylindrical-coordinate representation of color #A54390: hue angle of 312.86º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A54390 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 67 144 -
CMYK 0 0.59 0.13 0.35
HSL 312.86º 0.42% 0.45% -
HSV(B) 312.86º 0.59% 0.65% -
XYZ 22.56 14.03 27.9 -
YUV 105.08 149.97 170.74 -
System Red Green Blue C M Y K H S L
Decimal 165 67 144 0 0.59 0.13 0.35 312.86 0.42 0.45
Hex A5 43 90 0 3B D 23 139 2A 2D
Octal 245 103 220 0 73 15 43 471 52 55
Binary 10100101 1000011 10010000 0 111011 1101 100011 100111001 101010 101101

Color Harmonies of #A54390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54390

Black with #A54390

Text Example


Text Example

White with #A54390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54390; }

 p { color: rgb(165,67,144); }

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

background-color css

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

 a { background-color: rgb(165,67,144); }

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

border-color css

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

 span { border-color: rgb(165,67,144); }

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