Html Css Color HEX #A5458C Medium Red Violet

📋 copy color: '#A5458C'

red 165 ◦ green 69 ◦ blue 140

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

Shades of Medium Red Violet #A5458C

Tints of Medium Red Violet #A5458C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.43%

R = 44.12%
G = 18.45%
B = 37.43%

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

#A5458C (or 0xA5458C) is known color: Medium Red Violet. HEX triplet: A5, 45 and 8C. RGB value is (165,69,140). Sum of RGB (Red+Green+Blue) = 165+69+140=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 165 - color contains mainly: red. Hex color #A5458C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5458C is #5ABA73. Grayscale: #696969. Windows color (decimal): -5945972 or 9192869. OLE color: 9192869.

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

Color convert

RGB 165 69 140 -
CMYK 0 0.58 0.15 0.35
HSL 315.63º 0.41% 0.46% -
HSV(B) 315.63º 0.58% 0.65% -
XYZ 22.38 14.15 26.36 -
YUV 105.8 147.3 170.23 -
System Red Green Blue C M Y K H S L
Decimal 165 69 140 0 0.58 0.15 0.35 315.63 0.41 0.46
Hex A5 45 8C 0 3A F 23 13C 29 2E
Octal 245 105 214 0 72 17 43 474 51 56
Binary 10100101 1000101 10001100 0 111010 1111 100011 100111100 101001 101110

Color Harmonies of #A5458C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5458C

Black with #A5458C

Text Example


Text Example

White with #A5458C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5458C; }

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

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

background-color css

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

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

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

border-color css

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

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

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