Html Css Color HEX #A5359C Medium Red Violet

📋 copy color: '#A5359C'

red 165 ◦ green 53 ◦ blue 156

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

Shades of Medium Red Violet #A5359C

Tints of Medium Red Violet #A5359C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.71%

R = 44.12%
G = 14.17%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5359C (or 0xA5359C) is known color: Medium Red Violet. HEX triplet: A5, 35 and 9C. RGB value is (165,53,156). Sum of RGB (Red+Green+Blue) = 165+53+156=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 53 (21.09% from 255 or 14.17% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 165 - color contains mainly: red. Hex color #A5359C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5359C is #5ACA63. Grayscale: #616161. Windows color (decimal): -5950052 or 10237349. OLE color: 10237349.

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

Color convert

RGB 165 53 156 -
CMYK 0 0.68 0.05 0.35
HSL 304.82º 0.51% 0.43% -
HSV(B) 304.82º 0.68% 0.65% -
XYZ 22.79 12.95 32.75 -
YUV 98.23 160.61 175.62 -
System Red Green Blue C M Y K H S L
Decimal 165 53 156 0 0.68 0.05 0.35 304.82 0.51 0.43
Hex A5 35 9C 0 44 5 23 131 33 2B
Octal 245 65 234 0 104 5 43 461 63 53
Binary 10100101 110101 10011100 0 1000100 101 100011 100110001 110011 101011

Color Harmonies of #A5359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5359C

Black with #A5359C

Text Example


Text Example

White with #A5359C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5359C; }

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

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

background-color css

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

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

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

border-color css

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

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

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