Html Css Color HEX #A5458D Medium Red Violet

📋 copy color: '#A5458D'

red 165 ◦ green 69 ◦ blue 141

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

Shades of Medium Red Violet #A5458D

Tints of Medium Red Violet #A5458D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.4%

 BLUE value IS 141 (55.47% from 255) = 37.6%

R = 44%
G = 18.4%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5458D (or 0xA5458D) is known color: Medium Red Violet. HEX triplet: A5, 45 and 8D. RGB value is (165,69,141). Sum of RGB (Red+Green+Blue) = 165+69+141=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A5458D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5458D is #5ABA72. Grayscale: #696969. Windows color (decimal): -5945971 or 9258405. OLE color: 9258405.

HSL color Cylindrical-coordinate representation of color #A5458D: hue angle of 315º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A5458D is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 69 141 -
CMYK 0 0.58 0.15 0.35
HSL 315º 0.41% 0.46% -
HSV(B) 315º 0.58% 0.65% -
XYZ 22.45 14.18 26.75 -
YUV 105.91 147.8 170.15 -
System Red Green Blue C M Y K H S L
Decimal 165 69 141 0 0.58 0.15 0.35 315 0.41 0.46
Hex A5 45 8D 0 3A F 23 13B 29 2E
Octal 245 105 215 0 72 17 43 473 51 56
Binary 10100101 1000101 10001101 0 111010 1111 100011 100111011 101001 101110

Color Harmonies of #A5458D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5458D

Black with #A5458D

Text Example


Text Example

White with #A5458D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5458D; }

 p { color: rgb(165,69,141); }

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

background-color css

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

 a { background-color: rgb(165,69,141); }

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

border-color css

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

 span { border-color: rgb(165,69,141); }

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