Html Css Color HEX #A5259B Medium Red Violet

📋 copy color: '#A5259B'

red 165 ◦ green 37 ◦ blue 155

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

Shades of Medium Red Violet #A5259B

Tints of Medium Red Violet #A5259B

RGB

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

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

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

R = 46.22%
G = 10.36%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A5259B (or 0xA5259B) is known color: Medium Red Violet. HEX triplet: A5, 25 and 9B. RGB value is (165,37,155). Sum of RGB (Red+Green+Blue) = 165+37+155=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 37 (14.84% from 255 or 10.36% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 165 - color contains mainly: red. Hex color #A5259B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5259B is #5ADA64. Grayscale: #585858. Windows color (decimal): -5954149 or 10167717. OLE color: 10167717.

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

Color convert

RGB 165 37 155 -
CMYK 0 0.78 0.06 0.35
HSL 304.69º 0.63% 0.4% -
HSV(B) 304.69º 0.78% 0.65% -
XYZ 22.1 11.69 32.1 -
YUV 88.72 165.41 182.41 -
System Red Green Blue C M Y K H S L
Decimal 165 37 155 0 0.78 0.06 0.35 304.69 0.63 0.4
Hex A5 25 9B 0 4E 6 23 131 3F 28
Octal 245 45 233 0 116 6 43 461 77 50
Binary 10100101 100101 10011011 0 1001110 110 100011 100110001 111111 101000

Color Harmonies of #A5259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5259B

Black with #A5259B

Text Example


Text Example

White with #A5259B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5259B; }

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

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

background-color css

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

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

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

border-color css

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

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

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