Html Css Color HEX #A5249C Medium Red Violet

📋 copy color: '#A5249C'

red 165 ◦ green 36 ◦ blue 156

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

Shades of Medium Red Violet #A5249C

Tints of Medium Red Violet #A5249C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.7%

R = 46.22%
G = 10.08%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5249C (or 0xA5249C) is known color: Medium Red Violet. HEX triplet: A5, 24 and 9C. RGB value is (165,36,156). Sum of RGB (Red+Green+Blue) = 165+36+156=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 36 (14.45% from 255 or 10.08% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 165 - color contains mainly: red. Hex color #A5249C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5249C is #5ADB63. Grayscale: #575757. Windows color (decimal): -5954404 or 10232997. OLE color: 10232997.

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

Color convert

RGB 165 36 156 -
CMYK 0 0.78 0.05 0.35
HSL 304.19º 0.64% 0.39% -
HSV(B) 304.19º 0.78% 0.65% -
XYZ 22.15 11.66 32.54 -
YUV 88.25 166.24 182.74 -
System Red Green Blue C M Y K H S L
Decimal 165 36 156 0 0.78 0.05 0.35 304.19 0.64 0.39
Hex A5 24 9C 0 4E 5 23 130 40 27
Octal 245 44 234 0 116 5 43 460 100 47
Binary 10100101 100100 10011100 0 1001110 101 100011 100110000 1000000 100111

Color Harmonies of #A5249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5249C

Black with #A5249C

Text Example


Text Example

White with #A5249C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5249C; }

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

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

background-color css

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

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

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

border-color css

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

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

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