Html Css Color HEX #A5259F Medium Red Violet

📋 copy color: '#A5259F'

red 165 ◦ green 37 ◦ blue 159

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

Shades of Medium Red Violet #A5259F

Tints of Medium Red Violet #A5259F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.25%

 BLUE value IS 159 (62.5% from 255) = 44.04%

R = 45.71%
G = 10.25%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A5259F (or 0xA5259F) is known color: Medium Red Violet. HEX triplet: A5, 25 and 9F. RGB value is (165,37,159). Sum of RGB (Red+Green+Blue) = 165+37+159=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 37 (14.84% from 255 or 10.25% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A5259F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5259F is #5ADA60. Grayscale: #585858. Windows color (decimal): -5954145 or 10429861. OLE color: 10429861.

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

Color convert

RGB 165 37 159 -
CMYK 0 0.78 0.04 0.35
HSL 302.81º 0.63% 0.4% -
HSV(B) 302.81º 0.78% 0.65% -
XYZ 22.44 11.83 33.9 -
YUV 89.18 167.41 182.08 -
System Red Green Blue C M Y K H S L
Decimal 165 37 159 0 0.78 0.04 0.35 302.81 0.63 0.4
Hex A5 25 9F 0 4E 4 23 12F 3F 28
Octal 245 45 237 0 116 4 43 457 77 50
Binary 10100101 100101 10011111 0 1001110 100 100011 100101111 111111 101000

Color Harmonies of #A5259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5259F

Black with #A5259F

Text Example


Text Example

White with #A5259F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5259F; }

 p { color: rgb(165,37,159); }

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

background-color css

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

 a { background-color: rgb(165,37,159); }

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

border-color css

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

 span { border-color: rgb(165,37,159); }

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