Html Css Color HEX #A5239D Medium Red Violet

📋 copy color: '#A5239D'

red 165 ◦ green 35 ◦ blue 157

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

Shades of Medium Red Violet #A5239D

Tints of Medium Red Violet #A5239D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.8%

 BLUE value IS 157 (61.72% from 255) = 43.98%

R = 46.22%
G = 9.8%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5239D (or 0xA5239D) is known color: Medium Red Violet. HEX triplet: A5, 23 and 9D. RGB value is (165,35,157). Sum of RGB (Red+Green+Blue) = 165+35+157=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 35 (14.06% from 255 or 9.80% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 165 - color contains mainly: red. Hex color #A5239D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5239D is #5ADC62. Grayscale: #575757. Windows color (decimal): -5954659 or 10298277. OLE color: 10298277.

HSL color Cylindrical-coordinate representation of color #A5239D: hue angle of 303.69º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A5239D is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 35 157 -
CMYK 0 0.79 0.05 0.35
HSL 303.69º 0.65% 0.39% -
HSV(B) 303.69º 0.79% 0.65% -
XYZ 22.2 11.64 32.97 -
YUV 87.78 167.07 183.08 -
System Red Green Blue C M Y K H S L
Decimal 165 35 157 0 0.79 0.05 0.35 303.69 0.65 0.39
Hex A5 23 9D 0 4F 5 23 130 41 27
Octal 245 43 235 0 117 5 43 460 101 47
Binary 10100101 100011 10011101 0 1001111 101 100011 100110000 1000001 100111

Color Harmonies of #A5239D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5239D

Black with #A5239D

Text Example


Text Example

White with #A5239D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5239D; }

 p { color: rgb(165,35,157); }

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

background-color css

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

 a { background-color: rgb(165,35,157); }

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

border-color css

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

 span { border-color: rgb(165,35,157); }

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