Html Css Color HEX #A54286 Medium Red Violet

📋 copy color: '#A54286'

red 165 ◦ green 66 ◦ blue 134

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

Shades of Medium Red Violet #A54286

Tints of Medium Red Violet #A54286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.71%

R = 45.21%
G = 18.08%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A54286 (or 0xA54286) is known color: Medium Red Violet. HEX triplet: A5, 42 and 86. RGB value is (165,66,134). Sum of RGB (Red+Green+Blue) = 165+66+134=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 165 - color contains mainly: red. Hex color #A54286 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54286 is #5ABD79. Grayscale: #676767. Windows color (decimal): -5946746 or 8798885. OLE color: 8798885.

HSL color Cylindrical-coordinate representation of color #A54286: hue angle of 318.79º 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 #A54286 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 66 134 -
CMYK 0 0.60 0.19 0.35
HSL 318.79º 0.43% 0.45% -
HSV(B) 318.79º 0.6% 0.65% -
XYZ 21.77 13.62 24.04 -
YUV 103.35 145.3 171.97 -
System Red Green Blue C M Y K H S L
Decimal 165 66 134 0 0.60 0.19 0.35 318.79 0.43 0.45
Hex A5 42 86 0 3C 13 23 13F 2B 2D
Octal 245 102 206 0 74 23 43 477 53 55
Binary 10100101 1000010 10000110 0 111100 10011 100011 100111111 101011 101101

Color Harmonies of #A54286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54286

Black with #A54286

Text Example


Text Example

White with #A54286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54286; }

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

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

background-color css

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

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

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

border-color css

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

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

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