Html Css Color HEX #A5239B Medium Red Violet

📋 copy color: '#A5239B'

red 165 ◦ green 35 ◦ blue 155

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

Shades of Medium Red Violet #A5239B

Tints of Medium Red Violet #A5239B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.66%

R = 46.48%
G = 9.86%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A5239B (or 0xA5239B) is known color: Medium Red Violet. HEX triplet: A5, 23 and 9B. RGB value is (165,35,155). Sum of RGB (Red+Green+Blue) = 165+35+155=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 35 (14.06% from 255 or 9.86% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 165 - color contains mainly: red. Hex color #A5239B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5239B is #5ADC64. Grayscale: #575757. Windows color (decimal): -5954661 or 10167205. OLE color: 10167205.

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

Color convert

RGB 165 35 155 -
CMYK 0 0.79 0.06 0.35
HSL 304.62º 0.65% 0.39% -
HSV(B) 304.62º 0.79% 0.65% -
XYZ 22.03 11.57 32.08 -
YUV 87.55 166.07 183.24 -
System Red Green Blue C M Y K H S L
Decimal 165 35 155 0 0.79 0.06 0.35 304.62 0.65 0.39
Hex A5 23 9B 0 4F 6 23 131 41 27
Octal 245 43 233 0 117 6 43 461 101 47
Binary 10100101 100011 10011011 0 1001111 110 100011 100110001 1000001 100111

Color Harmonies of #A5239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5239B

Black with #A5239B

Text Example


Text Example

White with #A5239B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5239B; }

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

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

background-color css

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

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

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

border-color css

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

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

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