Html Css Color HEX #A5358D Medium Red Violet

📋 copy color: '#A5358D'

red 165 ◦ green 53 ◦ blue 141

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

Shades of Medium Red Violet #A5358D

Tints of Medium Red Violet #A5358D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.76%

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

R = 45.96%
G = 14.76%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5358D (or 0xA5358D) is known color: Medium Red Violet. HEX triplet: A5, 35 and 8D. RGB value is (165,53,141). Sum of RGB (Red+Green+Blue) = 165+53+141=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 165 - color contains mainly: red. Hex color #A5358D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5358D is #5ACA72. Grayscale: #606060. Windows color (decimal): -5950067 or 9254309. OLE color: 9254309.

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

Color convert

RGB 165 53 141 -
CMYK 0 0.68 0.15 0.35
HSL 312.86º 0.51% 0.43% -
HSV(B) 312.86º 0.68% 0.65% -
XYZ 21.6 12.47 26.47 -
YUV 96.52 153.11 176.84 -
System Red Green Blue C M Y K H S L
Decimal 165 53 141 0 0.68 0.15 0.35 312.86 0.51 0.43
Hex A5 35 8D 0 44 F 23 139 33 2B
Octal 245 65 215 0 104 17 43 471 63 53
Binary 10100101 110101 10001101 0 1000100 1111 100011 100111001 110011 101011

Color Harmonies of #A5358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5358D

Black with #A5358D

Text Example


Text Example

White with #A5358D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5358D; }

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

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

background-color css

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

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

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

border-color css

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

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

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