Html Css Color HEX #A5307F Medium Red Violet

📋 copy color: '#A5307F'

red 165 ◦ green 48 ◦ blue 127

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

Shades of Medium Red Violet #A5307F

Tints of Medium Red Violet #A5307F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.12%

 BLUE value IS 127 (50% from 255) = 37.35%

R = 48.53%
G = 14.12%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A5307F (or 0xA5307F) is known color: Medium Red Violet. HEX triplet: A5, 30 and 7F. RGB value is (165,48,127). Sum of RGB (Red+Green+Blue) = 165+48+127=340 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.53% from 340); Green value is 48 (19.14% from 255 or 14.12% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 165 - color contains mainly: red. Hex color #A5307F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5307F is #5ACF80. Grayscale: #5B5B5B. Windows color (decimal): -5951361 or 8335525. OLE color: 8335525.

HSL color Cylindrical-coordinate representation of color #A5307F: hue angle of 319.49º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A5307F is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 48 127 -
CMYK 0 0.71 0.23 0.35
HSL 319.49º 0.55% 0.42% -
HSV(B) 319.49º 0.71% 0.65% -
XYZ 20.4 11.65 21.25 -
YUV 91.99 147.76 180.08 -
System Red Green Blue C M Y K H S L
Decimal 165 48 127 0 0.71 0.23 0.35 319.49 0.55 0.42
Hex A5 30 7F 0 47 17 23 13F 37 2A
Octal 245 60 177 0 107 27 43 477 67 52
Binary 10100101 110000 1111111 0 1000111 10111 100011 100111111 110111 101010

Color Harmonies of #A5307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5307F

Black with #A5307F

Text Example


Text Example

White with #A5307F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5307F; }

 p { color: rgb(165,48,127); }

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

background-color css

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

 a { background-color: rgb(165,48,127); }

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

border-color css

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

 span { border-color: rgb(165,48,127); }

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