Html Css Color HEX #A5339E Medium Red Violet

📋 copy color: '#A5339E'

red 165 ◦ green 51 ◦ blue 158

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

Shades of Medium Red Violet #A5339E

Tints of Medium Red Violet #A5339E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.64%

 BLUE value IS 158 (62.11% from 255) = 42.25%

R = 44.12%
G = 13.64%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A5339E (or 0xA5339E) is known color: Medium Red Violet. HEX triplet: A5, 33 and 9E. RGB value is (165,51,158). Sum of RGB (Red+Green+Blue) = 165+51+158=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 51 (20.31% from 255 or 13.64% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 165 - color contains mainly: red. Hex color #A5339E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5339E is #5ACC61. Grayscale: #606060. Windows color (decimal): -5950562 or 10367909. OLE color: 10367909.

HSL color Cylindrical-coordinate representation of color #A5339E: hue angle of 303.68º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A5339E is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 51 158 -
CMYK 0 0.69 0.04 0.35
HSL 303.68º 0.53% 0.42% -
HSV(B) 303.68º 0.69% 0.65% -
XYZ 22.87 12.84 33.62 -
YUV 97.28 162.27 176.3 -
System Red Green Blue C M Y K H S L
Decimal 165 51 158 0 0.69 0.04 0.35 303.68 0.53 0.42
Hex A5 33 9E 0 45 4 23 130 35 2A
Octal 245 63 236 0 105 4 43 460 65 52
Binary 10100101 110011 10011110 0 1000101 100 100011 100110000 110101 101010

Color Harmonies of #A5339E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5339E

Black with #A5339E

Text Example


Text Example

White with #A5339E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5339E; }

 p { color: rgb(165,51,158); }

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

background-color css

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

 a { background-color: rgb(165,51,158); }

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

border-color css

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

 span { border-color: rgb(165,51,158); }

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