Html Css Color HEX #A5249A Medium Red Violet

📋 copy color: '#A5249A'

red 165 ◦ green 36 ◦ blue 154

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

Shades of Medium Red Violet #A5249A

Tints of Medium Red Violet #A5249A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.14%

 BLUE value IS 154 (60.55% from 255) = 43.38%

R = 46.48%
G = 10.14%
B = 43.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A5249A (or 0xA5249A) is known color: Medium Red Violet. HEX triplet: A5, 24 and 9A. RGB value is (165,36,154). Sum of RGB (Red+Green+Blue) = 165+36+154=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 36 (14.45% from 255 or 10.14% from 355); Blue value is 154 (60.55% from 255 or 43.38% from 355); Max value from RGB is 165 - color contains mainly: red. Hex color #A5249A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5249A is #5ADB65. Grayscale: #575757. Windows color (decimal): -5954406 or 10101925. OLE color: 10101925.

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

Color convert

RGB 165 36 154 -
CMYK 0 0.78 0.07 0.35
HSL 305.12º 0.64% 0.39% -
HSV(B) 305.12º 0.78% 0.65% -
XYZ 21.98 11.59 31.65 -
YUV 88.02 165.24 182.91 -
System Red Green Blue C M Y K H S L
Decimal 165 36 154 0 0.78 0.07 0.35 305.12 0.64 0.39
Hex A5 24 9A 0 4E 7 23 131 40 27
Octal 245 44 232 0 116 7 43 461 100 47
Binary 10100101 100100 10011010 0 1001110 111 100011 100110001 1000000 100111

Color Harmonies of #A5249A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5249A

Black with #A5249A

Text Example


Text Example

White with #A5249A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5249A; }

 p { color: rgb(165,36,154); }

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

background-color css

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

 a { background-color: rgb(165,36,154); }

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

border-color css

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

 span { border-color: rgb(165,36,154); }

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