Html Css Color HEX #A54292 Medium Red Violet

📋 copy color: '#A54292'

red 165 ◦ green 66 ◦ blue 146

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

Shades of Medium Red Violet #A54292

Tints of Medium Red Violet #A54292

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.51%

 BLUE value IS 146 (57.42% from 255) = 38.73%

R = 43.77%
G = 17.51%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A54292 (or 0xA54292) is known color: Medium Red Violet. HEX triplet: A5, 42 and 92. RGB value is (165,66,146). Sum of RGB (Red+Green+Blue) = 165+66+146=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 165 - color contains mainly: red. Hex color #A54292 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54292 is #5ABD6D. Grayscale: #686868. Windows color (decimal): -5946734 or 9585317. OLE color: 9585317.

HSL color Cylindrical-coordinate representation of color #A54292: hue angle of 311.52º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A54292 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 66 146 -
CMYK 0 0.60 0.12 0.35
HSL 311.52º 0.43% 0.45% -
HSV(B) 311.52º 0.6% 0.65% -
XYZ 22.65 13.97 28.7 -
YUV 104.72 151.3 171 -
System Red Green Blue C M Y K H S L
Decimal 165 66 146 0 0.60 0.12 0.35 311.52 0.43 0.45
Hex A5 42 92 0 3C C 23 138 2B 2D
Octal 245 102 222 0 74 14 43 470 53 55
Binary 10100101 1000010 10010010 0 111100 1100 100011 100111000 101011 101101

Color Harmonies of #A54292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54292

Black with #A54292

Text Example


Text Example

White with #A54292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54292; }

 p { color: rgb(165,66,146); }

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

background-color css

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

 a { background-color: rgb(165,66,146); }

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

border-color css

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

 span { border-color: rgb(165,66,146); }

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