Html Css Color HEX #A5258A Medium Red Violet

📋 copy color: '#A5258A'

red 165 ◦ green 37 ◦ blue 138

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

Shades of Medium Red Violet #A5258A

Tints of Medium Red Violet #A5258A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.59%

R = 48.53%
G = 10.88%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A5258A (or 0xA5258A) is known color: Medium Red Violet. HEX triplet: A5, 25 and 8A. RGB value is (165,37,138). Sum of RGB (Red+Green+Blue) = 165+37+138=340 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.53% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 165 - color contains mainly: red. Hex color #A5258A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5258A is #5ADA75. Grayscale: #565656. Windows color (decimal): -5954166 or 9053605. OLE color: 9053605.

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

Color convert

RGB 165 37 138 -
CMYK 0 0.78 0.16 0.35
HSL 312.66º 0.63% 0.4% -
HSV(B) 312.66º 0.78% 0.65% -
XYZ 20.77 11.16 25.1 -
YUV 86.79 156.91 183.79 -
System Red Green Blue C M Y K H S L
Decimal 165 37 138 0 0.78 0.16 0.35 312.66 0.63 0.4
Hex A5 25 8A 0 4E 10 23 139 3F 28
Octal 245 45 212 0 116 20 43 471 77 50
Binary 10100101 100101 10001010 0 1001110 10000 100011 100111001 111111 101000

Color Harmonies of #A5258A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5258A

Black with #A5258A

Text Example


Text Example

White with #A5258A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5258A; }

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

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

background-color css

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

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

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

border-color css

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

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

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