Html Css Color HEX #A5259E Medium Red Violet

📋 copy color: '#A5259E'

red 165 ◦ green 37 ◦ blue 158

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

Shades of Medium Red Violet #A5259E

Tints of Medium Red Violet #A5259E

RGB

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

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

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

R = 45.83%
G = 10.28%
B = 43.89%

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

#A5259E (or 0xA5259E) is known color: Medium Red Violet. HEX triplet: A5, 25 and 9E. RGB value is (165,37,158). Sum of RGB (Red+Green+Blue) = 165+37+158=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A5259E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5259E is #5ADA61. Grayscale: #585858. Windows color (decimal): -5954146 or 10364325. OLE color: 10364325.

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

Color convert

RGB 165 37 158 -
CMYK 0 0.78 0.04 0.35
HSL 303.28º 0.63% 0.4% -
HSV(B) 303.28º 0.78% 0.65% -
XYZ 22.35 11.79 33.45 -
YUV 89.07 166.91 182.16 -
System Red Green Blue C M Y K H S L
Decimal 165 37 158 0 0.78 0.04 0.35 303.28 0.63 0.4
Hex A5 25 9E 0 4E 4 23 12F 3F 28
Octal 245 45 236 0 116 4 43 457 77 50
Binary 10100101 100101 10011110 0 1001110 100 100011 100101111 111111 101000

Color Harmonies of #A5259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5259E

Black with #A5259E

Text Example


Text Example

White with #A5259E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5259E; }

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

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

background-color css

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

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

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

border-color css

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

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

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